Skip to content

Fix rewriting of URLs until initial sync is complete #31

Fix rewriting of URLs until initial sync is complete

Fix rewriting of URLs until initial sync is complete #31

Workflow file for this run

name: Plugin asset/readme update
on:
push:
branches:
- master
jobs:
trunk:
name: Push to main
runs-on: ubuntu-latest
steps:
- name: Checkout code
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 }}