Skip to content

Commit

Permalink
close #3 Add Link of executed action
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Aug 20, 2019
1 parent 98722c3 commit acfc08d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export async function successPayload(text: string) {
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 acfc08d

Please sign in to comment.