We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916a08c commit e2ec5dcCopy full SHA for e2ec5dc
.github/workflows/commit-built-file-changes.yml
@@ -143,9 +143,11 @@ jobs:
143
- name: Configure git user name and email
144
if: ${{ steps.artifact-check.outputs.exists == 'true' }}
145
working-directory: 'pr-repo'
146
+ env:
147
+ GH_APP_ID: ${{ secrets.GH_APP_ID }}
148
run: |
- git config user.name "WordPress Build Script Bot[bot]"
- git config user.email wordpress@users.noreply.github.com
149
+ git config user.name " test-wp-build-script-commit[bot]"
150
+ git config user.email ${{ env.GH_APP_ID }}+test-wp-build-script-commit[bot]@users.noreply.github.com
151
152
- name: Stage changes
153
0 commit comments