Skip to content

Commit 8380a2c

Browse files
authored
Merge pull request #48 from codebtech/feat/create-builds
new build step with email
2 parents a6791e9 + 9bcd4eb commit 8380a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/plugin-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Create and push built branch
5050
run: |
5151
git checkout -b main-built
52+
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
53+
git config --global user.name "${{ github.actor }}"
5254
git add -A # Stage all changes, including untracked files
5355
git clean -fdX
5456
git commit -m "Built WordPress plugin" --no-verify

0 commit comments

Comments
 (0)