Skip to content

Commit 9011afd

Browse files
authored
fix: added created_at to WorkflowJobPayload (#195)
1 parent 53694f8 commit 9011afd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

github/payload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6480,6 +6480,7 @@ type WorkflowJobPayload struct {
64806480
HTMLURL string `json:"html_url"`
64816481
Status string `json:"status"`
64826482
Conclusion string `json:"conclusion"`
6483+
CreatedAt time.Time `json:"created_at"`
64836484
StartedAt time.Time `json:"started_at"`
64846485
CompletedAt time.Time `json:"completed_at"`
64856486
Name string `json:"name"`

0 commit comments

Comments
 (0)