Browse Source

npm-update-bot.yml: change user email

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
39692c140d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/npm-update-bot.yml

2
.github/workflows/npm-update-bot.yml

@ -24,7 +24,7 @@ jobs:
cd src
npm update
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 commit -am "npm: package updates" || true
git push || true

Loading…
Cancel
Save