|
|
|
@ -23,7 +23,7 @@ jobs:
|
|
|
|
|
run: |
|
|
|
|
|
black . --line-length 101
|
|
|
|
|
git config --global user.name 'autoblack'
|
|
|
|
|
git config --global user.email 'JasonLovesDoggo@users.noreply.github.com'
|
|
|
|
|
git config --global user.email 'jasoncameron.all@gmail.com'
|
|
|
|
|
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
|
|
|
|
|
git checkout $GITHUB_HEAD_REF
|
|
|
|
|
git commit -am "fixup: Format Python code with Black"
|
|
|
|
|