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 82260ac commit 062a2a1Copy full SHA for 062a2a1
.github/workflows/plugin-build.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Create and push built branch
50
run: |
51
- git checkout main-built
+ 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
54
git commit -m "Built WordPress plugin" --no-verify
0 commit comments