diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 37310cc..6eb4fc9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: - name: Commit files run: | 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 commit -m 'Auto format' git push -u {{ secrets.GIT_USER }}:{{ secrets.PASSWD }}