From 3a1073719d7d5a51c3b40a08f68397cd8d620bb6 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Mon, 8 Jul 2024 21:31:47 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 403594a..cf77a7a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -64,7 +64,8 @@ jobs: 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 || echo "Finish" + echo 'git push || echo "Finish"' > ./push_cmd.sh + bash ./push_cmd.sh Run: runs-on: ubuntu-latest steps: