We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b87c2 commit 4e7b1b3Copy full SHA for 4e7b1b3
1 file changed
.github/workflows/reusable-check-built-files.yml
@@ -148,7 +148,7 @@ jobs:
148
if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }}
149
run: |
150
git config user.name "test-wp-build-script-commit[bot]"
151
- git config user.email 1132682+test-wp-build-script-commit[bot]@users.noreply.github.com
+ 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