From 4fcf8ff9a5e7078e3b971e6700f9c1cb28490131 Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 1 Nov 2023 15:50:17 -0400 Subject: [PATCH] GHA: slack message link --- .github/workflows/test-slack-message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-slack-message.yml b/.github/workflows/test-slack-message.yml index 9e66ec0cc..8485f3bf3 100644 --- a/.github/workflows/test-slack-message.yml +++ b/.github/workflows/test-slack-message.yml @@ -32,6 +32,6 @@ jobs: # needs: [ slack-message ] uses: ./.github/workflows/notify-failed-build.yml with: - link: '[${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})' + link: '<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_id }}>' label: 'Test Build Failed Message' secrets: inherit