pub fn workflow_run( workflow: &str, inputs: &[(&str, &str)], ) -> Result<(), GhError>
Trigger a workflow via workflow_dispatch.