Skip to content

Merge branch 'main' into 3765-disallowed-request-type-bug #9

Merge branch 'main' into 3765-disallowed-request-type-bug

Merge branch 'main' into 3765-disallowed-request-type-bug #9

Workflow file for this run

name: Generate PlantUML
on: push
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/generate-plantuml-action@v1.5
with:
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}