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

Commit 140df7f

Browse files
bkcsoftlunny
authored andcommitted
Tag-hooks are useless without the shasum (#21)
1 parent ffa8463 commit 140df7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/repo_hook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ var (
116116
// CreatePayload FIXME
117117
type CreatePayload struct {
118118
Secret string `json:"secret"`
119+
Sha string `json:"sha"`
119120
Ref string `json:"ref"`
120121
RefType string `json:"ref_type"`
121122
Repo *Repository `json:"repository"`

0 commit comments

Comments
 (0)