添加自动格式化 #9
|
@ -62,8 +62,8 @@ jobs:
|
|||
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 -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}
|
||||
git commit -m "Auto format"
|
||||
git push -u {{ secrets.GIT_USER }}:{{ secrets.GIT_PASSWD }}
|
||||
Run:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Reference in New Issue