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