diff --git a/services/actions/notifier_helper.go b/services/actions/notifier_helper.go index 2d37ea083e..076f10ff16 100644 --- a/services/actions/notifier_helper.go +++ b/services/actions/notifier_helper.go @@ -459,7 +459,7 @@ func handleSchedules( TriggerUserID: input.Doer.ID, Ref: input.Repo.DefaultBranch, CommitSHA: commit.ID.String(), - Event: input.Event, + Event: webhook_module.HookEventType(api.HookScheduleCreated), EventPayload: string(p), Specs: schedules, Content: dwf.Content,