1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

Update notification.go

This commit is contained in:
Brad Rydzewski 2014-08-14 10:26:27 -07:00
parent d78ce6dc59
commit 06fef06d9e

View File

@ -22,7 +22,7 @@ type Notification struct {
Irc *IRC `yaml:"irc,omitempty"`
Slack *Slack `yaml:"slack,omitempty"`
GitHub github.GitHub `yaml:"github_status"`
GitHub *github.GitHub `yaml:"github_status,omitempty"`
}
func (n *Notification) Send(context *model.Request) error {