Skip to content

Updated plugin readme #4

Updated plugin readme

Updated plugin readme #4

Workflow file for this run

name: "Asset & readme deployment"
on:
push:
branches:
- master
paths:
- "assets/**"
- "src/txt/readme.txt"
jobs:
deploy:
name: "Upload assets & readme to wordpress.org"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: Install SVN
run: |
sudo apt-get update
sudo apt-get install subversion
- name: WordPress Deploy
id: deploy
uses: 10up/[email protected]
with:

Check failure on line 25 in .github/workflows/asset-update.yml

View workflow run for this annotation

GitHub Actions / Asset & readme deployment

Invalid workflow file

The workflow is not valid. .github/workflows/asset-update.yml (Line: 25, Col: 14): Unexpected value ''
env:
ASSETS_DIR: assets
IGNORE_OTHER_FILES: true
README_NAME: "src/txt/readme.txt"
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}