Skip to content

Commit

Permalink
set stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Jun 24, 2024
1 parent 03bae8b commit e4eb2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/promote-to-stable/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
# Cloud specific promote
# delivery by default to onprem, override to internal if base branch is master
if [[ ${{ inputs.github_ref_name }} == "master" ]]; then
if [[ ${{ inputs.github_ref_name }} == "master-tun" ]]; then
ROOT_REPO_PATH="rpm-standard-internal"
else
ROOT_REPO_PATH="rpm-standard"
Expand Down

0 comments on commit e4eb2b6

Please sign in to comment.