From 0b72f1c8488ff2ad954306da73cc594cdf9ca29b Mon Sep 17 00:00:00 2001 From: isabelrios Date: Thu, 9 May 2024 17:26:17 +0200 Subject: [PATCH] add job status and pr link --- payload-slack-content.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payload-slack-content.json b/payload-slack-content.json index c153cf9..2d5476b 100644 --- a/payload-slack-content.json +++ b/payload-slack-content.json @@ -5,7 +5,7 @@ "type": "header", "text": { "type": "plain_text", - "text": ":looker: Looker Github Action :github: - Weekly Update", + "text": ":looker: Looker Github Action :github: - Weekly Update ${{ job.status }}", "emoji": true } }, @@ -16,7 +16,7 @@ "type": "section", "text": { "type": "plain_text", - "text": "Status: \n Commit:", + "text": "Status: ${{ job.status }}\n Commit: ${{ github.event.pull_request.html_url }}", "emoji": true } },