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 1173d6d + 07bd2b4 commit a841260Copy full SHA for a841260
.github/workflows/plugin-build.yml
@@ -55,6 +55,7 @@ jobs:
55
echo "password=${{ secrets.GITHUB_TOKEN }}" >> .git/credentials
56
git fetch origin main-built
57
git checkout -b main-built
58
+ git merge origin/main-built
59
git add -A # Stage all changes, including untracked files
60
git clean -fdX
61
git commit -m "Built WordPress plugin" --no-verify
0 commit comments