Skip to content

declare compatibility with WordPress 6.4 #34

declare compatibility with WordPress 6.4

declare compatibility with WordPress 6.4 #34

name: Plugin asset/readme update
on:
push:
branches:
- stable
jobs:
stable:
name: Push to stable
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
tools: composer
- name: Install
run: composer install --no-interaction
- 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 }}
README_NAME: readme.txt