添加自动格式化 #9
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Commit files
|
- name: Commit files
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "studyareacn-format-bot"
|
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 add .
|
||||||
git commit -m 'Auto format'
|
git commit -m 'Auto format'
|
||||||
git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}
|
git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}
|
||||||
|
|
Reference in New Issue