pub async fn actions_slash_get_workflow_run_attempt(
configuration: &Configuration,
owner: &str,
repo: &str,
run_id: i32,
attempt_number: i32,
exclude_pull_requests: Option<bool>,
) -> Result<WorkflowRun, Error<ActionsSlashGetWorkflowRunAttemptError>>
Expand description
Gets a specific workflow run attempt. 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.