We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7265da2 commit 58555b0Copy full SHA for 58555b0
.github/workflows/bump.yml
@@ -34,4 +34,4 @@ jobs:
34
if: env.SHOULD_COMMIT == 'yes'
35
uses: stefanzweifel/git-auto-commit-action@v4
36
with:
37
- commit_message: env.UPSTREAM_TAG
+ commit_message: ${{ env.UPSTREAM_TAG }}
0 commit comments