mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 18:15:52 +02:00
Include the Sha in webhook create payloads. (#5689)
This commit is contained in:
1
vendor/github.com/gogs/go-gogs-client/repo_hook.go
generated
vendored
1
vendor/github.com/gogs/go-gogs-client/repo_hook.go
generated
vendored
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user