From a27718d687b7a01b532f2e5aaa8c954cf3ad5bd7 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sun, 7 Jul 2024 20:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build.yam?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6eb4fc9..132111c 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -62,8 +62,8 @@ jobs: git config --global user.name "studyareacn-format-bot" git config --global user.email "studyareacn-format@noreply.localhost" git add . - git commit -m 'Auto format' - git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }} + git commit -m "Auto format" + git push -u {{ secrets.GIT_USER }}:{{ secrets.GIT_PASSWD }} Run: runs-on: ubuntu-latest steps: