fix(github): adds sha to commits in push payload

This commit is contained in:
Rakesh Balasubramanian
2017-05-02 11:24:01 -04:00
parent c93876b3e9
commit cc075dfe29
+1
View File
@@ -3954,6 +3954,7 @@ type PushPayload struct {
BaseRef *string `json:"base_ref"`
Compare string `json:"compare"`
Commits []struct {
Sha string `json:"sha"`
ID string `json:"id"`
TreeID string `json:"tree_id"`
Distinct bool `json:"distinct"`