Skip to content

Commit fa3398c

Browse files
committed
small fix for github workflow
related to #3
1 parent 2bbe3e1 commit fa3398c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run black --check .
3333
run: black --check .
3434
- name: If needed, commit black changes to the pull request
35-
if: failure()
35+
if: ${{ failure() }}
3636
run: |
3737
black .
3838
git config --global user.name 'autoblack'

0 commit comments

Comments
 (0)