From cdfe43d8794b73ad4e9671a3f375c8cd7272d062 Mon Sep 17 00:00:00 2001 From: Ryu1845 <77058942+Ryu1845@users.noreply.github.com> Date: Sat, 12 Mar 2022 15:50:49 +0100 Subject: [PATCH] Add push to auto format --- .github/workflows/format.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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