We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b18ec commit 910fb06Copy full SHA for 910fb06
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
run: git pull
40
41
- name: Push to Target Repository
42
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
+ uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
43
continue-on-error: true
44
with:
45
commit_message: '${{ steps.message.outputs.commit_message }}'
0 commit comments