We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
created_at
1 parent 53694f8 commit 9011afdCopy full SHA for 9011afd
github/payload.go
@@ -6480,6 +6480,7 @@ type WorkflowJobPayload struct {
6480
HTMLURL string `json:"html_url"`
6481
Status string `json:"status"`
6482
Conclusion string `json:"conclusion"`
6483
+ CreatedAt time.Time `json:"created_at"`
6484
StartedAt time.Time `json:"started_at"`
6485
CompletedAt time.Time `json:"completed_at"`
6486
Name string `json:"name"`
0 commit comments