trigger_workflow

Function trigger_workflow 

Source
pub async fn trigger_workflow(
    workflow_name: &str,
    branch: Option<&str>,
    inputs: Option<HashMap<String, String>>,
) -> Result<(), GithubError>
Expand description

Trigger a workflow on GitHub