Skip to content

Commit 4d63450

Browse files
committed
Try switching user name for Git.
1 parent ac452be commit 4d63450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-check-built-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ jobs:
147147
- name: Configure git user name and email
148148
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
149149
run: |
150-
git config user.name "dependabot[bot]"
151-
git config user.email 49699333+dependabot[bot]@users.noreply.github.com
150+
git config user.name "WordPress Build Script Bot"
151+
git config user.email 1132682+github-app[bot]@users.noreply.github.com
152152
153153
- name: Stage changes
154154
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}

0 commit comments

Comments
 (0)