We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589a476 commit 12ccf20Copy full SHA for 12ccf20
.github/workflows/format.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
black .
24
- name: Commit changes
25
- uses: stefanzweifel/git-auto-commit-action@v4.14.0
+ uses: stefanzweifel/git-auto-commit-action@v5.2.0
26
with:
27
commit_message: Apply formatting changes
28
branch: main
0 commit comments