From f2206dde7f3543a47d256effbf73560b531f9b01 Mon Sep 17 00:00:00 2001 From: sangeet-joy_xero Date: Fri, 18 Oct 2024 14:14:40 +0530 Subject: [PATCH] added commit sha --- .github/actions/notify-slack/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 5de716c5..b65583c4 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -79,6 +79,10 @@ runs: { "type": "mrkdwn", "text": "*Status:*\n ${{inputs.job_status}}" + }, + { + "type": "mrkdwn", + "text": "*Commit:*\n ${{github.sha}}" } ] },