Merge pull request #39 from jakobbouchard/develop #15
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: Update assets | |
on: | |
push: | |
branches: | |
- "stable" | |
jobs: | |
tag: | |
name: Push on stable | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: WordPress Plugin Assets Update | |
id: deploy | |
uses: 10up/action-wordpress-plugin-asset-update@stable | |
env: | |
SVN_USERNAME: ${{ secrets.SVN_USERNAME }} | |
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} |