Skip to main content
QUERY
githubActionsWorkflowRunAttempt(source: GitHubRequestSource!, repositoryId: ID!, workflowRunId: ID!, attempt: Int!): GitHubWorkflowRunAttempt!

Arguments

source

The source used to filter or perform the operation.

repositoryId
ID!
required

Identifier of the repository.

workflowRunId
ID!
required

Identifier of the workflow run.

attempt
Int!
required

The attempt used to filter or perform the operation.

workflowRunId
ID!

Identifier of the related workflow run.

runAttempt
Int!

The run attempt associated with this GitHub workflow run attempt.

Current status of this GitHub workflow run attempt.

url
String!

URL for this GitHub workflow run attempt.

triggeringActor

The triggering actor associated with this GitHub workflow run attempt. May be null when unavailable or not applicable.

startedAt
String!

ISO 8601 timestamp when this GitHub workflow run attempt started.

createdAt
String!

ISO 8601 timestamp when this GitHub workflow run attempt was created.

updatedAt
String!

ISO 8601 timestamp when this GitHub workflow run attempt was last updated.

Jobs associated with this GitHub workflow run attempt.

Query
Variables
Response