更新 .gitea/workflows/build.yaml

This commit is contained in:
cxykevin 2024-07-07 20:36:41 +08:00
parent 7d9ea421db
commit 35cabd3b9d
1 changed files with 3 additions and 1 deletions

View File

@ -59,9 +59,11 @@ jobs:
lint-md src/**/* --threads=8 --fix --suppress-warnings
- name: Commit files
run: |
git config --global user.name "studyareacn-format-bot"
git config --global user.email studyareacn-format@noreply.localhost"
git add .
git commit -m 'Auto format'
git push
git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}
Run:
runs-on: ubuntu-latest
steps: