Skip to content

Release 10.0.0 (#154) #1

Release 10.0.0 (#154)

Release 10.0.0 (#154) #1

Workflow file for this run

---
name: PlantUML Generation
on:
push:
paths:
- '**.puml'
workflow_dispatch:
jobs:
plantuml:
runs-on: ubuntu-latest
steps:
- name: Generate PUML diagrams
uses: uclahs-cds/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}