Change name and email on build.yml

This ensures that the GitHub Action commit is not attributed to MunGell when they did not induce it
This commit is contained in:
Sammy Hori
2024-10-18 22:32:33 +01:00
committed by GitHub
parent 13692967e7
commit c880a2530a

View File

@@ -20,7 +20,8 @@ jobs:
run: node .github/scripts/build.js
- name: Commit
run: |
git config --global user.name 'Shmavon Gazanchyan'
git config --global user.email 'MunGell@users.noreply.github.com'
git config --global user.name 'Github Action'
git config --global user.email 'github-action@github.com'
git commit -am "Update README.md"
git push