We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c8d19 commit 9bbcb19Copy full SHA for 9bbcb19
1 file changed
.github/workflows/ci.yaml
@@ -50,5 +50,5 @@ jobs:
50
- name: Commit changes
51
uses: stefanzweifel/git-auto-commit-action@v5
52
with:
53
- branch: ${{ env.BRANCH_NAME }}
+ branch: ${{ github.ref_name }}
54
commit_message: '${{ env.PREPARATION_COMMIT }}'
0 commit comments