Fix GitHub Actions email

This commit is contained in:
Henry Mercer
2023-05-25 11:27:13 +01:00
parent 5f061ca665
commit 3da4cbfc79
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ jobs:
git checkout "origin/$BRANCH"
.github/workflows/script/update-node-modules.sh update
if [ ! -z "$(git status --porcelain)" ]; then
git config --global user.email "github-actions@github.com"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add node_modules
git commit -am "Update checked-in dependencies"