#1064: X-Gogs-Event header is empty
This commit is contained in:
parent
49aeb87e44
commit
82f7a01ded
4 changed files with 21 additions and 25 deletions
|
@ -205,7 +205,7 @@ func IsValidHookTaskType(name string) bool {
|
|||
type HookEventType string
|
||||
|
||||
const (
|
||||
PUSH HookEventType = "push"
|
||||
HOOK_EVENT_PUSH HookEventType = "push"
|
||||
)
|
||||
|
||||
// FIXME: just use go-gogs-client structs maybe?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue