We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ea38a + a673f5f commit 2c31469Copy full SHA for 2c31469
.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@v4
+ - uses: stefanzweifel/git-auto-commit-action@v5
34
with:
35
commit_message: "Apply black changes"
0 commit comments