Merge pull request #38 from bafko/37-pushpayload

Updated Github PushPayload
This commit is contained in:
Dean Karn
2018-07-20 07:01:43 -07:00
committed by GitHub
+3
View File
@@ -4229,6 +4229,9 @@ type PushPayload struct {
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"sender"`
Installation struct {
Id int `json:"id"`
} `json:"installation"`
}
// ReleasePayload contains the information for GitHub's release hook event