Skip to content

Commit

Permalink
Update branch name for staging environment
Browse files Browse the repository at this point in the history
Signed-off-by: Shakar Bakr <[email protected]>
  • Loading branch information
5h4k4r committed Mar 6, 2024
1 parent 1b30d50 commit 01e6ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ runs:
if [ $TARGET_ENV == "production" ]; then
BRANCH_NAME="prod-release"
elif [ $TARGET_ENV == "staging" ]; then
BRANCH_NAME="staging-release"
else
BRANCH_NAME=update-${{ steps.get-environment.outputs.environment }}-${{ inputs.component-name }}
fi
Expand Down

0 comments on commit 01e6ab0

Please sign in to comment.