pub async fn actions_slash_cancel_workflow_run(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
) -> Result<Value, Error<ActionsSlashCancelWorkflowRunError>>
Expand description
Cancels a workflow run using its id
. OAuth tokens and personal access tokens (classic) need the repo
scope to use this endpoint.