Skip to content

Commit

Permalink
[npm] run publish
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Aug 20, 2019
1 parent 5af0a23 commit 0ca4dbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/slack.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ function successPayload(text) {
value: `<https://github.com/${owner}/${repo}/commit/${sha}|${sha}>`,
short: true,
},
{
title: 'action',
value: `<https://github.com/${owner}/${repo}/commit/${sha}/checks|action>`,
short: true,
},
{
title: 'author',
value: `${author.name}<${author.email}>`,
Expand Down

0 comments on commit 0ca4dbb

Please sign in to comment.