Skip to content

Commit 0a45ef1

Browse files
committed
Try this.
1 parent 1af6cde commit 0a45ef1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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 "WordPress Build Script Bot"
151-
git config user.email 1132682+test-wp-build-script-commit[bot]@users.noreply.github.com
150+
git config user.name "test-wp-build-script-commit[bot]"
151+
git config user.email ${{ env.GH_APP_ID }}+test-wp-build-script-commit[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)