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.
1 parent fb7376f commit 336e0a0Copy full SHA for 336e0a0
github/payload.go
@@ -14,7 +14,7 @@ type CheckRunPayload struct {
14
Conclusion string `json:"conclusion"`
15
URL string `json:"url"`
16
HTMLURL string `json:"html_url"`
17
- StarterAt time.Time `json:"started_at"`
+ StartedAt time.Time `json:"started_at"`
18
CompletedAt time.Time `json:"completed_at"`
19
Output struct {
20
Title string `json:"title"`
0 commit comments