From 3da4cbfc79e40f842c134746f644a784faec4569 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 25 May 2023 11:27:13 +0100 Subject: [PATCH] Fix GitHub Actions email --- .github/workflows/post-release-mergeback.yml | 2 +- .github/workflows/update-bundle.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- .github/workflows/update-release-branch.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index 453b02c0bd..58a64d2cf4 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -40,7 +40,7 @@ jobs: - name: Update git config run: | - 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]" - name: Get version and new branch diff --git a/.github/workflows/update-bundle.yml b/.github/workflows/update-bundle.yml index 1f11656b67..b9614c0233 100644 --- a/.github/workflows/update-bundle.yml +++ b/.github/workflows/update-bundle.yml @@ -30,7 +30,7 @@ jobs: - name: Update git config run: | - 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]" - name: Update bundle diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 92e4a6b2bd..f854f85e2e 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -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" diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 7c4f1c6e41..d9479222cd 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -35,7 +35,7 @@ jobs: - name: Update git config run: | - 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]" - name: Update release branch