From 170e428b79e90b74ac6a4562de3f2ea108e03529 Mon Sep 17 00:00:00 2001 From: Oriol Arbusi Date: Wed, 27 Mar 2024 09:42:24 +0100 Subject: [PATCH] fix button action text --- .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}}" }