diff options
Diffstat (limited to 'vendor/github.com/gogs')
-rw-r--r-- | vendor/github.com/gogs/go-gogs-client/repo_hook.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/gogs/go-gogs-client/repo_hook.go b/vendor/github.com/gogs/go-gogs-client/repo_hook.go index 3d06b9fc..7f878915 100644 --- a/vendor/github.com/gogs/go-gogs-client/repo_hook.go +++ b/vendor/github.com/gogs/go-gogs-client/repo_hook.go @@ -114,6 +114,7 @@ var ( type CreatePayload struct { Ref string `json:"ref"` RefType string `json:"ref_type"` + Sha string `json:"sha"` DefaultBranch string `json:"default_branch"` Repo *Repository `json:"repository"` Sender *User `json:"sender"` |