1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-26 18:20:57 +00:00

Revert "[ACTIONS] on.schedule: the event is always "schedule""

This reverts commit 403bb4bf48.
This commit is contained in:
Earl Warren 2024-03-25 16:07:17 +01:00
parent 23f68cad7e
commit 623c79dfd2
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 1 additions and 15 deletions

View file

@ -508,7 +508,7 @@ func handleSchedules(
TriggerUserID: input.Doer.ID,
Ref: input.Repo.DefaultBranch,
CommitSHA: commit.ID.String(),
Event: webhook_module.HookEventType(api.HookScheduleCreated),
Event: input.Event,
EventPayload: string(p),
Specs: schedules,
Content: dwf.Content,