mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 1 additions and 1 deletions
@ -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 '[email protected]' |
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