Skip to content

Commit

Permalink
add run_attempt to workflow runs (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaorr95 committed Apr 29, 2024
1 parent afaba8a commit 24ffc88
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class WorkflowRuns extends GitHubConverter {
const build = {
uid: run.id.toString(),
name: run.name,
runAttempt: run.run_attempt,
number: run.run_number,
createdAt: Utils.toDate(run.created_at),
startedAt: Utils.toDate(run.run_started_at),
Expand Down

0 comments on commit 24ffc88

Please sign in to comment.