Fix i18n gaps in WP-CLI messages and the Quick Create button title (#… #264
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: Plugin asset/readme update | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| trunk: | |
| name: Push to trunk | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: WordPress.org plugin asset/readme update | |
| uses: 10up/action-wordpress-plugin-asset-update@stable | |
| env: | |
| SLUG: multisite-language-switcher | |
| SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
| SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
| IGNORE_OTHER_FILES: true |