Skip to content

Commit 41499f5

Browse files
authored
Merge pull request #1702 from github/henrymercer/update-github-actions-email
Fix GitHub Actions email
2 parents 1023a08 + 3da4cbf commit 41499f5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/post-release-mergeback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Update git config
4242
run: |
43-
git config --global user.email "github-actions@github.com"
43+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
4444
git config --global user.name "github-actions[bot]"
4545
4646
- name: Get version and new branch

.github/workflows/update-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Update git config
3232
run: |
33-
git config --global user.email "github-actions@github.com"
33+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3434
git config --global user.name "github-actions[bot]"
3535
3636
- name: Update bundle

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git checkout "origin/$BRANCH"
3030
.github/workflows/script/update-node-modules.sh update
3131
if [ ! -z "$(git status --porcelain)" ]; then
32-
git config --global user.email "github-actions@github.com"
32+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3333
git config --global user.name "github-actions[bot]"
3434
git add node_modules
3535
git commit -am "Update checked-in dependencies"

.github/workflows/update-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Update git config
3737
run: |
38-
git config --global user.email "github-actions@github.com"
38+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3939
git config --global user.name "github-actions[bot]"
4040
4141
- name: Update release branch

0 commit comments

Comments
 (0)