We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e18cd9 commit 2c4dd1fCopy full SHA for 2c4dd1f
.github/workflows/style.yml
@@ -23,9 +23,3 @@ jobs:
23
- name: Run
24
run: |
25
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