mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 17:47:19 +00:00
#1064: X-Gogs-Event header is empty
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user