Merge pull request #79 from Strategy11/fix-deploy-workflow #75
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: Plugin asset/readme update | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
master: | |
name: Push to master | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install Subversion | |
run: sudo apt-get update && sudo apt-get install -y subversion | |
- uses: actions/checkout@master | |
- name: WordPress.org plugin asset/readme update | |
uses: 10up/action-wordpress-plugin-asset-update@stable | |
env: | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SLUG: another-wordpress-classifieds-plugin |