更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-07-07 20:49:51 +08:00
parent 0e68cc2a33
commit a27718d687
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ jobs:
git config --global user.name "studyareacn-format-bot" git config --global user.name "studyareacn-format-bot"
git config --global user.email "studyareacn-format@noreply.localhost" git config --global user.email "studyareacn-format@noreply.localhost"
git add . git add .
git commit -m 'Auto format' git commit -m "Auto format"
git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }} git push -u {{ secrets.GIT_USER }}:{{ secrets.GIT_PASSWD }}
Run: Run:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: