Skip to content

Commit 2d5aa68

Browse files
authored
add Installation struct to WorkflowJobPayload (#185)
1 parent 1bc47bb commit 2d5aa68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github/payload.go

+3
Original file line numberDiff line numberDiff line change
@@ -6648,6 +6648,9 @@ type WorkflowJobPayload struct {
66486648
Type string `json:"type"`
66496649
SiteAdmin bool `json:"site_admin"`
66506650
} `json:"sender"`
6651+
Installation struct {
6652+
ID int64 `json:"id"`
6653+
} `json:"installation,omitempty"`
66516654
}
66526655

66536656
// WorkflowRunPayload contains the information for GitHub's workflow run event

0 commit comments

Comments
 (0)