Skip to content

Commit 8f51c78

Browse files
authored
Update formatting.yml
1 parent 6389554 commit 8f51c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --global user.name "GitHub Actions"
4040
git add .
4141
git diff-index --quiet HEAD || git commit -m "Auto-format code with Black"
42-
42+
git push
4343
- name: Check git status after commit
4444
run: git status
4545

0 commit comments

Comments
 (0)