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 8cf114a + 28689ec commit a6791e9Copy full SHA for a6791e9
.github/workflows/plugin-build.yml
@@ -50,6 +50,6 @@ jobs:
50
run: |
51
git checkout -b main-built
52
git add -A # Stage all changes, including untracked files
53
- git ls-files --ignored --exclude-standard -o -z . | xargs -0 git rm --cached # Remove ignored files from the index
+ git clean -fdX
54
git commit -m "Built WordPress plugin" --no-verify
55
git push origin main-built
0 commit comments