forked from mirrors/amnezia-wg-easy
npm-update-bot.yml: change user email
This commit is contained in:
parent
96c93e3f8f
commit
39692c140d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/npm-update-bot.yml
vendored
2
.github/workflows/npm-update-bot.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue