Skip to content

Commit ca0d8ef

Browse files
typo fix
1 parent 4f72f9c commit ca0d8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/payload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type CheckRunPayload struct {
1414
Conclusion string `json:"conclusion"`
1515
URL string `json:"url"`
1616
HTMLURL string `json:"html_url"`
17-
StarterAt time.Time `json:"started_at"`
17+
StartedAt time.Time `json:"started_at"`
1818
CompletedAt time.Time `json:"completed_at"`
1919
Output struct {
2020
Title string `json:"title"`

0 commit comments

Comments
 (0)