Changeset 60059
- Timestamp:
- 03/20/2025 01:20:03 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-check-built-files.yml
r60052 r60059 148 148 if: ${{ steps.built-file-check.outputs.uncommitted_changes == 'true' }} 149 149 run: | 150 git config user.name " dependabot[bot]"151 git config user.email 49699333+dependabot[bot]@users.noreply.github.com150 git config user.name "wordpress-develop-pr-bot[bot]" 151 git config user.email ${{ secrets.GH_APP_ID }}+wordpress-develop-pr-bot[bot]@users.noreply.github.com 152 152 153 153 - name: Stage changes
Note: See TracChangeset
for help on using the changeset viewer.