npm-update-bot.yml: change user email
This commit is contained in:
parent
96c93e3f8f
commit
39692c140d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue