We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc414b5 commit 68a643eCopy full SHA for 68a643e
1 file changed
.github/workflows/lint.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
black . --line-length 101
25
git config --global user.name 'autoblack'
26
- git config --global user.email 'JasonLovesDoggo@users.noreply.github.com'
+ git config --global user.email 'jasoncameron.all@gmail.com'
27
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
28
git checkout $GITHUB_HEAD_REF
29
git commit -am "fixup: Format Python code with Black"
0 commit comments