Browse Source

go-github: fix PageBuildEvent unmarshaling

Change-Id: I385c22c290dd550c37ee7b3632a1a690cfaa36d7
Glenn Lewis 10 years ago
committed by Will Norris
parent
commit
d18b8e445f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      github/event_types.go

+ 1
- 1
github/event_types.go View File

@ -217,7 +217,7 @@ type PageBuildEvent struct {
Build *PagesBuild `json:"build,omitempty"`
// The following fields are only populated by Webhook events.
ID *string `json:"id,omitempty"`
ID *int `json:"id,omitempty"`
Repo *Repository `json:"repository,omitempty"`
Sender *User `json:"sender,omitempty"`
}


Loading…
Cancel
Save