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