From 69cfd97591c0a1eec563590df862caeed304f1c3 Mon Sep 17 00:00:00 2001 From: tsctx <91457664+tsctx@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:42:38 +0900 Subject: [PATCH] fix: workflow commit user (#3491) * fix: workflow commit user * fix email --- .github/workflows/release-create-pr.yml | 4 ++-- .github/workflows/update-wpt.yml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-create-pr.yml b/.github/workflows/release-create-pr.yml index 98ac1e68c88..bc612917b1e 100644 --- a/.github/workflows/release-create-pr.yml +++ b/.github/workflows/release-create-pr.yml @@ -36,8 +36,8 @@ jobs: node-version: '20' - name: Git Config run: | - git config --global user.email "github-actions@github.com" - git config --global user.name "github-actions" + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" - name: Change version number and push id: bump run: | diff --git a/.github/workflows/update-wpt.yml b/.github/workflows/update-wpt.yml index 585e685f3e3..7a1f06a8b20 100644 --- a/.github/workflows/update-wpt.yml +++ b/.github/workflows/update-wpt.yml @@ -14,6 +14,11 @@ jobs: name: Update WPT runs-on: ubuntu-latest steps: + - name: Git Config + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + - name: Checkout Repository uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Update WPT