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 c885389 commit 559f72bCopy full SHA for 559f72b
.github/actions/gradle-task-with-commit/action.yml
@@ -75,7 +75,7 @@ runs:
75
76
- name: commit ${{ inputs.fix-task }} changes
77
if: steps.can-push.outputs.can_push == 'true'
78
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
+ uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5
79
with:
80
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
81
commit_options: '--no-verify --signoff'
0 commit comments