mirror of
https://github.com/go-gitea/gitea.git
synced 2025-12-25 20:21:33 +00:00
Backport #25144 by @Zettat123 Fix #25093 If [`WithPullRequest`](679b1f7949/services/actions/notifier_helper.go (L90-L96)) is not called, the `Ref` in [`notifyInput`](679b1f7949/services/actions/notifier_helper.go (L55-L65)) will be empty, so the workflows in the head branch will not be found and triggered.