From 0d63fb60c04d573ae806b9b9522bab5bd956fa67 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 6 Jul 2022 23:54:32 -0400 Subject: [PATCH] style/fix: fixed linter --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b473fbe..a8fbb93 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: run: | black . --line-length 101 git config --global user.name 'autoblack' - git config --global user.email 'cclauss@users.noreply.github.com' + git config --global user.email 'JasonLovesDoggo@users.noreply.github.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"