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 7cc0162 commit e621a64Copy full SHA for e621a64
.github/workflows/regenerate-readme.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: Regenerate README.md file
77
run: |
78
wp package install "wp-cli/scaffold-package-command:^2"
79
- wp scaffold package-readme --force .
+ wp scaffold package-readme --branch=${{ github.event.repository.default_branch }} --force .
80
81
- name: Check if there are changes
82
id: changes
0 commit comments