Updated Github PushPayload

This commit is contained in:
bafko
2018-07-19 17:26:06 +02:00
parent 866b461aac
commit 63866ac80d
+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