From d3c507ab3a3f4c963d5727bc6fd9eb34b52a9b2e Mon Sep 17 00:00:00 2001 From: Christine Wang Date: Thu, 13 Feb 2025 09:39:10 -0800 Subject: [PATCH] ci: CG-10783 link to web release --- .github/actions/release-slack-bot/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/release-slack-bot/action.yml b/.github/actions/release-slack-bot/action.yml index 287c3ab4d..fd9b8e0d3 100644 --- a/.github/actions/release-slack-bot/action.yml +++ b/.github/actions/release-slack-bot/action.yml @@ -23,4 +23,5 @@ runs: Actor: `${{ github.triggering_actor }}` Author: `${{ github.event.head_commit.author.username }}` ${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}} + View <${{ format('{0}/{1}/releases/tag/{2}', github.server_url, github.repository, inputs.release-tag) }}|Github Release> View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>