diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index eac0952..b674b43 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,6 +20,6 @@ jobs: run: | black . isort **/**.py - git config --global user.name 'Ryu1845' - git config --global user.email 'ryu@tpgjbo.xyz' - git diff --quiet && git diff --staged --quiet || git commit -am 'Formatted using isort and black' + git config --global user.name 'Auto format' + git config --global user.email 'format@github.com' + git diff --quiet && git diff --staged --quiet || git commit -am 'Formatted using isort and black' && git push