diff --git a/notifier/slack/notify.go b/notifier/slack/notify.go index fe44b3a..6ca44ab 100644 --- a/notifier/slack/notify.go +++ b/notifier/slack/notify.go @@ -43,6 +43,7 @@ func (s *NotifyService) Notify(body string) (exit int, err error) { Message: cfg.Message, Result: result.Result, Body: body, + Link: cfg.CI, }) text, err := template.Execute() if err != nil {