Add missing application-password
and site meta
subcommands to rea…
#108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Regenerate README file | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- master | |
paths-ignore: | |
- "features/**" | |
- "README.md" | |
jobs: | |
regenerate-readme: | |
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main |