更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-07-07 20:43:20 +08:00
parent 35cabd3b9d
commit 0e68cc2a33
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ jobs:
- name: Commit files
run: |
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 commit -m 'Auto format'
git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}