Skip to content

Commit 2c4dd1f

Browse files
committed
Disable automatic code style commiting
1 parent 0e18cd9 commit 2c4dd1f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/style.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,3 @@ jobs:
2323
- name: Run
2424
run: |
2525
poetry run poe style
26-
git config --global user.name '0x2b3bfa0'
27-
git config --global user.email '[email protected]'
28-
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
29-
git checkout $GITHUB_HEAD_REF
30-
git commit --all --message "fixup: Format code with Black" || true
31-
git push || true

0 commit comments

Comments
 (0)