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.
1 parent 062a2a1 commit 92fa9e0Copy full SHA for 92fa9e0
.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 ls-files --ignored --exclude-standard -o -z . | xargs -0 git rm --cached # Remove ignored files from the index
54
git commit -m "Built WordPress plugin" --no-verify
55
git push origin main-built
0 commit comments