Skip to content

Commit

Permalink
Merge branch 'main' into FixDeploymentStatuses
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 1, 2023
2 parents 50e592d + cada8d1 commit d676fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octokit/Models/Response/WorkflowJobStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ public enum WorkflowJobStatus
InProgress,
[Parameter(Value = "completed")]
Completed,
[Parameter(Value = "waiting")]
Waiting,
}
}

0 comments on commit d676fe1

Please sign in to comment.