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