添加自动格式化 #9

Merged
cxykevin merged 9 commits from :main into main 2024-07-07 21:11:53 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 43623781f8 - Show all commits

View File

@ -61,9 +61,10 @@ jobs:
run: |
git config --global user.name "studyareacn-format-bot"
git config --global user.email "studyareacn-format@noreply.localhost"
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"
git push -u ${{ secrets.GIT_USER }}:${{ secrets.GIT_PASSWD }}
git push
Run:
runs-on: ubuntu-latest
steps: