Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Tag-hooks are useless without the shasum (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkcsoft authored and lunny committed Nov 29, 2016
1 parent ffa8463 commit 140df7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitea/repo_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ var (
// CreatePayload FIXME
type CreatePayload struct {
Secret string `json:"secret"`
Sha string `json:"sha"`
Ref string `json:"ref"`
RefType string `json:"ref_type"`
Repo *Repository `json:"repository"`
Expand Down

0 comments on commit 140df7f

Please sign in to comment.