更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-07-07 20:54:33 +08:00
parent a27718d687
commit bb9d8bb4fe
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
git config --global user.email "studyareacn-format@noreply.localhost"
git add .
git commit -m "Auto format"
git push -u {{ secrets.GIT_USER }}:{{ secrets.GIT_PASSWD }}
git push -u ${{ secrets.GIT_USER }}:${{ secrets.GIT_PASSWD }}
Run:
runs-on: ubuntu-latest
steps: