Skip to content

Update plant-uml.yml #31

Update plant-uml.yml

Update plant-uml.yml #31

Workflow file for this run

name: generate plantuml
on:
push:
branches:
- main
workflow_dispatch

Check failure on line 6 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 6
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 }}