mirror of
https://github.com/MunGell/awesome-for-beginners.git
synced 2026-01-27 22:08:09 -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
|
run: node .github/scripts/build.js
|
||||||
- name: Commit
|
- name: Commit
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Shmavon Gazanchyan'
|
git config --global user.name 'Github Action'
|
||||||
git config --global user.email 'MunGell@users.noreply.github.com'
|
git config --global user.email 'github-action@github.com'
|
||||||
git commit -am "Update README.md"
|
git commit -am "Update README.md"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user