Skip to content

update readme in progress #41

update readme in progress

update readme in progress #41

Workflow file for this run

---
name: PlantUML Composite Action test
on:
push:
paths:
- '**.puml'
workflow_dispatch:
jobs:
plantuml:
runs-on: ubuntu-latest
steps:
- name: Generate PUML diagrams
uses: uclahs-cds/tool-PlantUML-action@v1.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}