Skip to content

Merge pull request #223 from uclahs-cds/sfitz-update-readme #53

Merge pull request #223 from uclahs-cds/sfitz-update-readme

Merge pull request #223 from uclahs-cds/sfitz-update-readme #53

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 }}