Skip to content

Commit

Permalink
Merge pull request #100 from chaspy/chaspy/add-link-url-for-slack
Browse files Browse the repository at this point in the history
Add CI url as Link template value for slack notification
  • Loading branch information
drlau authored Jan 21, 2022
2 parents d912440 + 0abddd9 commit 8309bd1
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 8309bd1

Please sign in to comment.