Skip to content

Update section headings #363

Update section headings

Update section headings #363

name: generate plantuml
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v3
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: .
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}