diff --git a/src/slack.ts b/src/slack.ts index 21729b48..5d72b1b5 100644 --- a/src/slack.ts +++ b/src/slack.ts @@ -31,6 +31,11 @@ export async function successPayload(text: string) { value: ``, short: true, }, + { + title: 'action', + value: ``, + short: true, + }, { title: 'author', value: `${author.name}<${author.email}>`,