From fad0bc5f9ff141dcd1fc3a8f31c4be896d8a7285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E9=9C=9C?= <79011008+yunshuangqwq@users.noreply.github.com> Date: Sun, 12 Jan 2025 13:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20unzip.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/unzip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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