File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1244,7 +1244,7 @@ ${generateComposerSetupSteps()}
1244
1244
- name: Configure Git
1245
1245
run: |
1246
1246
git config --global user.name "github-actions[bot]"
1247
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
1247
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
1248
1248
1249
1249
# Rebase check job
1250
1250
rebase-check:
@@ -1271,7 +1271,7 @@ ${generateComposerSetupSteps()}
1271
1271
- name: Configure Git
1272
1272
run: |
1273
1273
git config --global user.name "github-actions[bot]"
1274
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
1274
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
1275
1275
1276
1276
- name: Check token permissions
1277
1277
run: |
@@ -1353,7 +1353,7 @@ ${generateComposerSetupSteps()}
1353
1353
- name: Configure Git
1354
1354
run: |
1355
1355
git config --global user.name "github-actions[bot]"
1356
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
1356
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
1357
1357
1358
1358
- name: Display update configuration
1359
1359
run: |
You can’t perform that action at this time.
0 commit comments