From 4ed9f177b35f69d5135f9f99a5d49adf8e4c7525 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Thu, 14 Nov 2024 11:59:40 +0100 Subject: [PATCH] ci: compose message with GHA expression Related to https://github.com/camunda/camunda-modeler/pull/4650#issuecomment-2472912540 --- .github/workflows/RELEASE_ISSUE.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RELEASE_ISSUE.yml b/.github/workflows/RELEASE_ISSUE.yml index d86320ccfb..b04542f3bd 100644 --- a/.github/workflows/RELEASE_ISSUE.yml +++ b/.github/workflows/RELEASE_ISSUE.yml @@ -103,7 +103,7 @@ jobs: uses: slackapi/slack-github-action@v1 with: channel-id: ${{ steps.secrets.outputs.SLACK_CHANNEL_ID }} - slack-message: "Assigned as the release manager. Go to <$ISSUE_LINK|the release issue> to update if necessary." + slack-message: "Assigned as the release manager. Go to <${{ env.ISSUE_LINK }}|the release issue> to update if necessary." env: SLACK_BOT_TOKEN: ${{ steps.secrets.outputs.SLACK_BOT_TOKEN }} # Release manager is either the assignee from the newly created issue or the new assigned from the `assigned` trigger