mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-16 05:31:02 +00:00
a98468da30
Backport #38446 by @silverwind Scheduled runs stored a `null` event payload, so `github.event.repository`/`sender`/`organization` were empty in scheduled workflows. Every other event carries them, and so does GitHub Actions. `CreateScheduleTask` now synthesizes them. Co-authored-by: silverwind <me@silverwind.io>