We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c553edc commit 589a476Copy full SHA for 589a476
.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.12.0
+ uses: stefanzweifel/git-auto-commit-action@v4.14.0
26
with:
27
commit_message: Apply formatting changes
28
branch: main
0 commit comments