Skip to content

Commit

Permalink
use bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetMkt committed Feb 1, 2023
1 parent 7b99e75 commit 3488c78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
python ./py/generateAudioJsonGlobal.py
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "respectZ"
git add .
git config --global user.email "[email protected]"
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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-jp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
python ./py/generateAudioJsonJapan.py
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "respectZ"
git add .
git config --global user.email "[email protected]"
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
Expand Down

0 comments on commit 3488c78

Please sign in to comment.