We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7961c9 commit 9458af9Copy full SHA for 9458af9
.github/workflows/format.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Format
33
run: bundle exec rake format
34
- name: Commit
35
- uses: stefanzweifel/git-auto-commit-action@v4
+ uses: stefanzweifel/git-auto-commit-action@v5
36
if: always()
37
with:
38
commit_message: Run format
0 commit comments