Skip to content

Commit 69cfd97

Browse files
authored
fix: workflow commit user (#3491)
* fix: workflow commit user * fix email
1 parent 26004bf commit 69cfd97

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/release-create-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
node-version: '20'
3737
- name: Git Config
3838
run: |
39-
git config --global user.email "github-actions@github.com"
40-
git config --global user.name "github-actions"
39+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
40+
git config --global user.name "github-actions[bot]"
4141
- name: Change version number and push
4242
id: bump
4343
run: |

.github/workflows/update-wpt.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
name: Update WPT
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Git Config
18+
run: |
19+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
20+
git config --global user.name "github-actions[bot]"
21+
1722
- name: Checkout Repository
1823
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
1924
- name: Update WPT

0 commit comments

Comments
 (0)