Skip to content

Commit b5a8960

Browse files
committed
Fix error in GitHub Actions
1 parent 5a3f249 commit b5a8960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
black:
2323
name: Black
2424
needs: changes
25-
if: needs.changes.outputs.eslint == 'true'
25+
if: needs.changes.outputs.black == 'true'
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout Code

0 commit comments

Comments
 (0)