From 0abddd9889a5382cd71d6c4817238d306e1a55d7 Mon Sep 17 00:00:00 2001 From: kondo takeshi Date: Thu, 4 Nov 2021 22:15:49 +0900 Subject: [PATCH] Add CI url as Link template value for slack notification --- notifier/slack/notify.go | 1 + 1 file changed, 1 insertion(+) 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 {