Skip to content

revise fastq read step #5

revise fastq read step

revise fastq read step #5

Workflow file for this run

---
name: PlantUML Composite Action test
on:
push:
paths:
- 'docs/**.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 }}