diff --git a/.github/workflows/plugin-build.yml b/.github/workflows/plugin-build.yml index eb3bbee..a6c852b 100644 --- a/.github/workflows/plugin-build.yml +++ b/.github/workflows/plugin-build.yml @@ -49,6 +49,8 @@ jobs: - name: Create and push built branch run: | git checkout -b main-built + git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" + git config --global user.name "${{ github.actor }}" git add -A # Stage all changes, including untracked files git clean -fdX git commit -m "Built WordPress plugin" --no-verify