更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
a27718d687
commit
bb9d8bb4fe
|
@ -63,7 +63,7 @@ jobs:
|
||||||
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.GIT_PASSWD }}
|
git push -u ${{ secrets.GIT_USER }}:${{ secrets.GIT_PASSWD }}
|
||||||
Run:
|
Run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Reference in New Issue