Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that pusher is not nil preventing panic in push (go-gitea#13945)
PR go-gitea#13381 refactored notification actions to call NotifyCreateRef and NotifyDeleteRef in a slightly different manner. This leads to the pusher not being set before the call. This PR ensures that the pusher is updated before the call. Fix go-gitea#13940 Signed-off-by: Andrew Thornton <art27@cantab.net>
- Loading branch information