We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6791e9 + 9bcd4eb commit 8380a2cCopy full SHA for 8380a2c
.github/workflows/plugin-build.yml
@@ -49,6 +49,8 @@ jobs:
49
- name: Create and push built branch
50
run: |
51
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 }}"
54
git add -A # Stage all changes, including untracked files
55
git clean -fdX
56
git commit -m "Built WordPress plugin" --no-verify
0 commit comments