Skip to content

Commit 09dd828

Browse files
committed
Update fpm-version-update.yml
1 parent b25d910 commit 09dd828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fpm-version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Push changes to branch
7979
if: env.UPDATE_NEEDED == 'true'
8080
run: |
81-
git push origin "${BRANCH_NAME}"
81+
git push origin ${{ env.BRANCH_NAME }}
8282
8383
- name: Create Pull Request
8484
if: env.UPDATE_NEEDED == 'true'

0 commit comments

Comments
 (0)