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:
parent
d78ce6dc59
commit
06fef06d9e
@ -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 New Issue
Block a user