diff --git a/gitee/hook_event_types.go b/gitee/hook_event_types.go index 1fa3dc2ec59f7c7d9bcf3ff4a401342e3b9d855f..3b570cd356a2f50d8c870fb648db8f816b8fb840 100644 --- a/gitee/hook_event_types.go +++ b/gitee/hook_event_types.go @@ -97,6 +97,5 @@ type PullRequestEvent struct { Password *string `json:"password,omitempty"` } -type TagPushEvent struct { - Action *string `json:"action,omitempty"` -} +// TagPushEvent ... +type TagPushEvent = PushEvent