Skip to content

feat(global): update description #6

feat(global): update description

feat(global): update description #6

Workflow file for this run

name: πŸ“‹ Plugin asset/readme update
on:
push:
branches:
- trunk
jobs:
trunk:
name: Push to trunk
runs-on: ubuntu-latest
steps:
- name: 🚚 Get the latest code
uses: actions/checkout@v2
- 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 }}