Update notification.go
This commit is contained in:
parent
d78ce6dc59
commit
06fef06d9e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue