mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-28 06:19:44 -08:00
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:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user