We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af6cde commit 0a45ef1Copy full SHA for 0a45ef1
.github/workflows/reusable-check-built-files.yml
@@ -147,8 +147,8 @@ jobs:
147
- name: Configure git user name and email
148
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
149
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
+ git config user.name "test-wp-build-script-commit[bot]"
+ git config user.email ${{ env.GH_APP_ID }}+test-wp-build-script-commit[bot]@users.noreply.github.com
152
153
- name: Stage changes
154
0 commit comments