Tag-hooks are useless without the shasum (#21)
This commit is contained in:
parent
ffa84633f3
commit
140df7f34c
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||||
|
|
Loading…
Reference in a new issue