pub async fn actions_slash_get_workflow_run(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
exclude_pull_requests: Option<bool>,
) -> Result<WorkflowRun, Error<ActionsSlashGetWorkflowRunError>>
Expand description
Gets a specific workflow run. Anyone with read access to the repository can use this endpoint. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint with a private repository.