Tag-hooks are useless without the shasum (#21)

This commit is contained in:
Kim "BKC" Carlbäcker 2016-11-29 08:37:12 +01:00 committed by Lunny Xiao
parent ffa84633f3
commit 140df7f34c

View file

@ -116,6 +116,7 @@ var (
// CreatePayload FIXME // CreatePayload FIXME
type CreatePayload struct { type CreatePayload struct {
Secret string `json:"secret"` Secret string `json:"secret"`
Sha string `json:"sha"`
Ref string `json:"ref"` Ref string `json:"ref"`
RefType string `json:"ref_type"` RefType string `json:"ref_type"`
Repo *Repository `json:"repository"` Repo *Repository `json:"repository"`