Trigger workflow with inputs github-actions

Dispatch a workflow_dispatch run passing typed inputs; note: needs workflow_dispatch trigger

gh workflow run deploy.yml -f env=prod -f version=1.4.2 --ref main
more github-actions all 7 commands →