Skip to content

Initial commit

Initial commit #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 }}