Skip to content

Merge pull request #257 from uclahs-cds/sfitz-release-8.0.0-rc.1 #58

Merge pull request #257 from uclahs-cds/sfitz-release-8.0.0-rc.1

Merge pull request #257 from uclahs-cds/sfitz-release-8.0.0-rc.1 #58

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/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
ghcr-password: ${{ secrets.GITHUB_TOKEN }}