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