更新 .gitea/workflows/build.yaml
Some checks failed
Build and Publish / Run (push) Waiting to run
Build and Publish / Format (push) Has been cancelled

This commit is contained in:
cxykevin 2024-07-09 21:17:39 +08:00
parent 28a043a207
commit 58ac059c04

View File

@ -78,7 +78,7 @@ 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"
echo "__import__(\"os\").system(\"sh -c \\\"git push\\\")" > ezpush.py && python3 ezpush.py
echo "__import__(\"os\").system(\"sh -c \\\"git push\\\"\")" > ezpush.py && python3 ezpush.py
Run:
runs-on: ubuntu-latest
steps: