pub async fn actions_slash_re_run_workflow(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
actions_re_run_job_for_workflow_run_request: Option<ActionsReRunJobForWorkflowRunRequest>,
) -> Result<Value, Error<ActionsSlashReRunWorkflowError>>
Expand description
Re-runs your workflow run using its id
. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.