Skip to content

Commit 68a643e

Browse files
Update lint.yml
1 parent fc414b5 commit 68a643e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
black . --line-length 101
2525
git config --global user.name 'autoblack'
26-
git config --global user.email 'JasonLovesDoggo@users.noreply.github.com'
26+
git config --global user.email 'jasoncameron.all@gmail.com'
2727
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
2828
git checkout $GITHUB_HEAD_REF
2929
git commit -am "fixup: Format Python code with Black"

0 commit comments

Comments
 (0)