From 4b05f6346241ef91b3c06525b9f6ecc766068ef7 Mon Sep 17 00:00:00 2001 From: test Date: Fri, 21 Nov 2025 11:14:36 +0800 Subject: [PATCH] =?UTF-8?q?git=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 23a81ed..38f058b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -23,6 +23,8 @@ 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