Refactor wp config create to set config values through `WPConfigTra…
#108
This file contains hidden or 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" | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| regenerate-readme: | |
| uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main |