Skip to content

added support for running core tests in the pro version #19

added support for running core tests in the pro version

added support for running core tests in the pro version #19

name: Plugin Asset/Readme Update
on:
workflow_dispatch:
push:
branches:
- master
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: WordPress.org plugin asset/readme update
uses: nk-crew/action-wordpress-plugin-asset-update@develop
env:
SLUG: ghostkit
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}