Skip to content

fixed the behavior of the "All" filters link when the gallery is set … #21

fixed the behavior of the "All" filters link when the gallery is set …

fixed the behavior of the "All" filters link when the gallery is set … #21

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: visual-portfolio
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}