diff --git a/.github/workflows/npm-update-bot.yml b/.github/workflows/npm-update-bot.yml index ca094d7..6116087 100644 --- a/.github/workflows/npm-update-bot.yml +++ b/.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 '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