Update SDK to include head_commit
in PushPayload
. (#131)
This commit is contained in:
parent
d95a6e0392
commit
d9394234b9
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ type PushPayload struct {
|
|||
After string `json:"after"`
|
||||
CompareURL string `json:"compare_url"`
|
||||
Commits []*PayloadCommit `json:"commits"`
|
||||
HeadCommit *PayloadCommit `json:"head_commit"`
|
||||
Repo *Repository `json:"repository"`
|
||||
Pusher *User `json:"pusher"`
|
||||
Sender *User `json:"sender"`
|
||||
|
|
Loading…
Reference in a new issue