Skip to content

Commit

Permalink
ci: compose message with GHA expression
Browse files Browse the repository at this point in the history
Related to #4650 (comment)
  • Loading branch information
barmac committed Nov 14, 2024
1 parent 6acca61 commit 4ed9f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE_ISSUE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
uses: slackapi/slack-github-action@v1
with:
channel-id: ${{ steps.secrets.outputs.SLACK_CHANNEL_ID }}
slack-message: "Assigned <https://github.com/$RELEASE_MANAGER|@$RELEASE_MANAGER> as the release manager. Go to <$ISSUE_LINK|the release issue> to update if necessary."
slack-message: "Assigned <https://github.com/${{ env.RELEASE_MANAGER }}|@${{ env.RELEASE_MANAGER }}> 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
Expand Down

0 comments on commit 4ed9f17

Please sign in to comment.