Skip to content

Commit

Permalink
Add CI url as Link template value for slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Nov 4, 2021
1 parent 807b0b1 commit 0abddd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifier/slack/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0abddd9

Please sign in to comment.