Skip to content

Commit

Permalink
print the bump-versions branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ronny Orot <[email protected]>
  • Loading branch information
Evi1Pumpkin committed Dec 11, 2023
1 parent 3b7c05e commit 332e27d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bump-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: go run ./cmd/bump-versions

- name: Get branch
id: get-branch
run: |
if [ "${{ inputs.environment }}" = "Production" ]; then
export BRANCH="${{ github.ref }}"
Expand All @@ -54,4 +55,8 @@ jobs:
file_pattern: 'modules/**/* providers/**/*'
commit_user_name: Auto Version Bumper
branch: ${{ env.BRANCH }}
create_branch: true
create_branch: true

- name: Print Branch name
run: |
echo "Providers and modules changes were pushed to branch: ${{ env.BRANCH }}"

0 comments on commit 332e27d

Please sign in to comment.