Skip to content

Commit 9cc34fc

Browse files
author
Dean Karn
authored
Merge pull request #38 from bafko/37-pushpayload
Updated Github PushPayload
2 parents 866b461 + 63866ac commit 9cc34fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github/payload.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4229,6 +4229,9 @@ type PushPayload struct {
42294229
Type string `json:"type"`
42304230
SiteAdmin bool `json:"site_admin"`
42314231
} `json:"sender"`
4232+
Installation struct {
4233+
Id int `json:"id"`
4234+
} `json:"installation"`
42324235
}
42334236

42344237
// ReleasePayload contains the information for GitHub's release hook event

0 commit comments

Comments
 (0)