Skip to content

Update plant-uml.yml #32

Update plant-uml.yml

Update plant-uml.yml #32

Workflow file for this run

name: generate plantuml
on:
workflow_dispatch
push:

Check failure on line 4 in .github/workflows/plant-uml.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/plant-uml.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
branches:
- main
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: input/images
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}