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 @@ -147,7 +147,7 @@ jobs:
147
147
- name : Configure Git
148
148
run : |
149
149
git config --global user.name "github-actions[bot]"
150
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
150
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
151
151
152
152
# Rebase check job
153
153
rebase-check :
@@ -174,7 +174,7 @@ jobs:
174
174
- name : Configure Git
175
175
run : |
176
176
git config --global user.name "github-actions[bot]"
177
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
177
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
178
178
179
179
- name : Check token permissions
180
180
run : |
@@ -268,7 +268,7 @@ jobs:
268
268
- name : Configure Git
269
269
run : |
270
270
git config --global user.name "github-actions[bot]"
271
- git config --global user.email "41898282+ github-actions[bot]@users.noreply.github.com"
271
+ git config --global user.email "github-actions[bot]@users.noreply.github.com"
272
272
273
273
- name : Display update configuration
274
274
run : |
You can’t perform that action at this time.
0 commit comments