Skip to content

Commit 3e19b41

Browse files
committed
fix: use correct github-actions bot email in workflow template
- Update setup.ts workflow template to use 41898282+github-actions[bot]@users.noreply.github.com - Ensures consistency with GitHubProvider implementation - Fixes commit attribution issues where commits appeared under user's name
1 parent eb8139f commit 3e19b41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/setup.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ ${generateComposerSetupSteps()}
12441244
- name: Configure Git
12451245
run: |
12461246
git config --global user.name "github-actions[bot]"
1247-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
1247+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
12481248
12491249
# Rebase check job
12501250
rebase-check:
@@ -1271,7 +1271,7 @@ ${generateComposerSetupSteps()}
12711271
- name: Configure Git
12721272
run: |
12731273
git config --global user.name "github-actions[bot]"
1274-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
1274+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
12751275
12761276
- name: Check token permissions
12771277
run: |
@@ -1353,7 +1353,7 @@ ${generateComposerSetupSteps()}
13531353
- name: Configure Git
13541354
run: |
13551355
git config --global user.name "github-actions[bot]"
1356-
git config --global user.email "github-actions[bot]@users.noreply.github.com"
1356+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
13571357
13581358
- name: Display update configuration
13591359
run: |

0 commit comments

Comments
 (0)