npm-update-bot.yml: change user email

This commit is contained in:
Philip H 2023-11-18 10:58:32 +01:00 committed by GitHub
parent 96c93e3f8f
commit 39692c140d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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