Browse Source
npm-update-bot.yml: change user email
pull/686/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/npm-update-bot.yml
|
@ -24,7 +24,7 @@ jobs: |
|
|
cd src |
|
|
cd src |
|
|
npm update |
|
|
npm update |
|
|
git config --global user.name 'NPM Update Bot' |
|
|
git config --global user.name 'NPM Update Bot' |
|
|
git config --global user.email 'nub@users.noreply.github.com' |
|
|
git config --global user.email 'npmupbot@users.noreply.github.com' |
|
|
git add . |
|
|
git add . |
|
|
git commit -am "npm: package updates" || true |
|
|
git commit -am "npm: package updates" || true |
|
|
git push || true |
|
|
git push || true |
|
|