From 3488c786392a60abb4fdc39000c391f710a19da6 Mon Sep 17 00:00:00 2001 From: Sunset <26019675+lwd-temp@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:49:14 +0800 Subject: [PATCH] use bot user --- .github/workflows/update-global.yaml | 4 ++-- .github/workflows/update-jp.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-global.yaml b/.github/workflows/update-global.yaml index 030fe1de..52879d41 100644 --- a/.github/workflows/update-global.yaml +++ b/.github/workflows/update-global.yaml @@ -30,9 +30,9 @@ jobs: python ./py/generateAudioJsonGlobal.py - name: Commit files run: | - git config --local user.email "ucihaibna@yahoo.com" - git config --local user.name "respectZ" git add . + git config --global user.email "bot@github.com" + git config --global user.name "Github Bot" git commit -m "[Update] $(cat ./data/version.txt)" - name: Push changes uses: ad-m/github-push-action@master diff --git a/.github/workflows/update-jp.yaml b/.github/workflows/update-jp.yaml index 6bf3b3f8..aa4baffd 100644 --- a/.github/workflows/update-jp.yaml +++ b/.github/workflows/update-jp.yaml @@ -28,9 +28,9 @@ jobs: python ./py/generateAudioJsonJapan.py - name: Commit files run: | - git config --local user.email "ucihaibna@yahoo.com" - git config --local user.name "respectZ" git add . + git config --global user.email "bot@github.com" + git config --global user.name "Github Bot" git commit -m "[Update] $(cat ./data/version.txt)" - name: Push changes uses: ad-m/github-push-action@master