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.
2 parents d31c843 + ad92033 commit 692c9a0Copy full SHA for 692c9a0
.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@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
+ uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
79
with:
80
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
81
commit_options: '--no-verify --signoff'
0 commit comments