We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086d4e6 commit 3022145Copy full SHA for 3022145
.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 "test-wp-build-script-commit"
151
- git config user.email 1132682+github-app[bot]@users.noreply.github.com
+ git config user.name "WordPress Build Script Bot"
+ git config user.email 1132682+ test-wp-build-script-commit[bot]@users.noreply.github.com
152
153
- name: Stage changes
154
0 commit comments