From fa24231cafff616f7ad32af2b4af806a14d07168 Mon Sep 17 00:00:00 2001 From: MistEO Date: Sat, 22 Feb 2025 12:31:40 +0800 Subject: [PATCH] ci: use bot to commit for MaaResource --- .github/workflows/sync-resource.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-resource.yml b/.github/workflows/sync-resource.yml index 22e2930ac0..0a58204d9a 100644 --- a/.github/workflows/sync-resource.yml +++ b/.github/workflows/sync-resource.yml @@ -22,8 +22,8 @@ jobs: - name: Setup Git run: | - git config --global user.name "$GITHUB_ACTOR" - git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' git show -s - name: Checkout MaaResource