We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03b1cd6 + a0be901 commit e811b97Copy full SHA for e811b97
1 file changed
.github/workflows/black-fix.yml
@@ -30,6 +30,6 @@ jobs:
30
run: |
31
$HOME/.local/bin/black . $(grep '^#!.*/bin/.*python.*$' . -Ir|cut -d: -f1)
32
33
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
34
with:
35
commit_message: "Apply black changes"
0 commit comments