Skip to content

Deploy to WordPress.org #2

Deploy to WordPress.org

Deploy to WordPress.org #2

Workflow file for this run

name: Deploy to WordPress.org
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: WordPress Plugin Deploy (Dry Run)
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SLUG: wpjm-jooble-feed
DRY_RUN: 'true'