Skip to content

Commit fa60397

Browse files
committed
chore: wip
1 parent 5fb36d4 commit fa60397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Configure Git
148148
run: |
149149
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"
151151
152152
# Rebase check job
153153
rebase-check:
@@ -174,7 +174,7 @@ jobs:
174174
- name: Configure Git
175175
run: |
176176
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"
178178
179179
- name: Check token permissions
180180
run: |
@@ -268,7 +268,7 @@ jobs:
268268
- name: Configure Git
269269
run: |
270270
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"
272272
273273
- name: Display update configuration
274274
run: |

0 commit comments

Comments
 (0)