Skip to content
name: "Workflow/Dispatch"
defaults:
run:
shell: bash --noprofile --norc -euo pipefail {0}
on:
workflow_call:
inputs:
workflow:
type: string
required: true
jobs: