From 208bb12c6c5d26e5e76fc403a5c69bd789bccdf7 Mon Sep 17 00:00:00 2001 From: Edward Tam Date: Wed, 30 Oct 2024 15:03:00 -0400 Subject: [PATCH] eks deploy message to include commit message --- deploy/eks/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/eks/action.yml b/deploy/eks/action.yml index 3635a5b..59dd783 100644 --- a/deploy/eks/action.yml +++ b/deploy/eks/action.yml @@ -103,7 +103,7 @@ runs: "type": "section", "text": { "type": "mrkdwn", - "text": "*Repository*\n\n\n*Environment*\n${{ inputs.ENV }}" + "text": "*Repository*\n\n\n*Environment*\n${{ inputs.ENV }}\n\n*Message*\n${{ github.event.workflow_run.head_commit }}" }, "accessory": { "type": "image",