diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f3b804..d0e3e90 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,7 +39,7 @@ jobs: echo $(date) > update.md git add . git config user.name "issue-to-hexo bot" - git config user.email "test@github.com" + git config user.email "tanjiahui2015@foxmail.com" git commit -m "Add a post" - name: 推送hexo源文件 uses: ad-m/github-push-action@master