We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bbe3e1 commit fa3398cCopy full SHA for fa3398c
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run black --check .
33
run: black --check .
34
- name: If needed, commit black changes to the pull request
35
- if: failure()
+ if: ${{ failure() }}
36
run: |
37
black .
38
git config --global user.name 'autoblack'
0 commit comments