From 81f01b46eaf305256d2b515a97640570f9a97dcf Mon Sep 17 00:00:00 2001 From: Oriol Date: Wed, 27 Mar 2024 10:04:40 +0100 Subject: [PATCH] chore: Fixes Slack notification button to GH action run text (#2093) --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index bcbff404d8..5a3a3d56b5 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -112,7 +112,7 @@ jobs: "type": "button", "text": { "type": "plain_text", - "text": ":github: $action_text" + "text": ":github: Failed action" }, "url": "${{github.server_url}}/${{github.repository}}/actions/runs/${{github.run_id}}" }