From d36e372743d237f748d1bef6f54b4cb020d335d6 Mon Sep 17 00:00:00 2001 From: test Date: Fri, 21 Nov 2025 11:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A2=91=E7=8E=87=E6=94=B9?= =?UTF-8?q?=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 8e5d401..23a81ed 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ on: workflow_dispatch: # push: schedule: - - cron: 2 */2 * * * + - cron: 2 * * * * jobs: run: runs-on: ubuntu-latest @@ -23,8 +23,6 @@ jobs: - name: 推送 run: | if ! git diff --quiet --exit-code || [ -n "$(git status --porcelain)" ]; then - git config user.name "GitHub Actions" - git config user.email "actions@github.com" git add . git commit -m "Update by GitHub Actions" git push