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 a841260 + c9d5e12 commit fede286Copy full SHA for fede286
.github/workflows/plugin-build.yml
@@ -55,7 +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
+ git merge --allow-unrelated-histories 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