github.dispatchWorkflow directly starts a workflow configured for workflow_dispatch and returns the created run identity.
automations/dispatch-github-workflow.automation.ts
ref. Optional inputs must match the workflow’s declared inputs; GitHub accepts at most 25 properties. Returns workflow_run_id, run_url, and html_url, so you can correlate the exact run without searching by timestamp. Requires Actions write permission.