Skip to content

Blueprint: Change installation path #35

Blueprint: Change installation path

Blueprint: Change installation path #35

Workflow file for this run

name: Plugin asset/readme update
on:
workflow_dispatch:
push:
branches:
- master
paths:
- 'readme.txt'
- '.wordpress-org/**'
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
IGNORE_OTHER_FILES: true