We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f118f14 commit 250c47bCopy full SHA for 250c47b
.github/workflows/release-automation.yaml
@@ -117,7 +117,7 @@ jobs:
117
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
118
119
- name: Commit and Tag
120
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
+ uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
121
with:
122
commit_author: ${{ steps.gpg_importer.outputs.name }} <${{ steps.gpg_importer.outputs.email }}>
123
commit_message: Bump versions for ${{ env.RELEASE_TAG }}
0 commit comments