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 2ef97ec commit 561b769Copy full SHA for 561b769
.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@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
79
with:
80
commit_message: ${{ steps.set-commit-message.outputs.commit-message }}
81
commit_options: '--no-verify --signoff'
0 commit comments