diff --git a/.github/workflows/unzip.yml b/.github/workflows/unzip.yml index b2d97f7..dd92088 100644 --- a/.github/workflows/unzip.yml +++ b/.github/workflows/unzip.yml @@ -49,8 +49,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git config --global user.name "github-actions[bot]" - git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global user.name "" + git config --global user.email "79011008+yunshuangqwq@users.noreply.github.com" git add . git commit -m "Unzip files and push changes" git push origin main \ No newline at end of file