Skip to main content

rerun_workflow

Function rerun_workflow 

Source
pub async fn rerun_workflow(
    configuration: &Configuration,
    repo_ref: &str,
    action_identifier: &str,
    workflow_idn: i64,
    workflow_rerun_input: WorkflowRerunInput,
) -> Result<(), Error<RerunWorkflowError>>