Skip to content

Update tested up to label and test matrix (#155) #6

Update tested up to label and test matrix (#155)

Update tested up to label and test matrix (#155) #6

Workflow file for this run

name: Plugin asset/readme update
on:
push:
branches:
- master
paths:
- '.wordpress-org/**'
- 'src/readme.txt'
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
README_NAME: src/readme.txt
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}