From dd8d7aafe9179be9ccfe1cfc6db6e068c20787b2 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Mon, 8 Jul 2024 21:20:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=A6=E4=B8=80=E7=A7=8D=E9=BB=91=E9=AD=94?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 4486996..403594a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -59,13 +59,12 @@ jobs: lint-md src/**/* --threads=8 --fix --suppress-warnings - name: Commit files run: | - black --check . || black --fast . git config --global user.name "studyareacn-format-bot" git config --global user.email "studyareacn-format@noreply.localhost" git remote set-url origin https://${{ secrets.GIT_USER }}:${{ secrets.GIT_PASSWD }}@git.hmtsai.cn/study-area-cn/study-area-cn git add . git commit -m "Auto format" - git push + git push || echo "Finish" Run: runs-on: ubuntu-latest steps: