Skip to content

Commit

Permalink
fix: added created_at to WorkflowJobPayload (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkio-o authored Jul 30, 2024
1 parent 53694f8 commit 9011afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -6480,6 +6480,7 @@ type WorkflowJobPayload struct {
HTMLURL string `json:"html_url"`
Status string `json:"status"`
Conclusion string `json:"conclusion"`
CreatedAt time.Time `json:"created_at"`
StartedAt time.Time `json:"started_at"`
CompletedAt time.Time `json:"completed_at"`
Name string `json:"name"`
Expand Down

0 comments on commit 9011afd

Please sign in to comment.