Add a constant to easily change the max number of images to be includ… #53
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 | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| main: | |
| name: Push to master | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - name: WordPress.org plugin asset/readme update | |
| uses: 10up/action-wordpress-plugin-asset-update@stable | |
| env: | |
| SLUG: opengraph | |
| SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
| SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
| README_NAME: readme.md |