From d46797f38625e0109f4d02e5b25701ebe0af2efc Mon Sep 17 00:00:00 2001 From: Rahul <42219389+rahulpatidar0191@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:47:17 -0700 Subject: [PATCH] add comma --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0733e7e..153ca4b 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: "type": "section", "text": { "type": "mrkdwn", - "text": "Hi, ${{ steps.find-slack-user.outputs.username }} there's a comment on your PR. Please review it. Here's the <${{ env.last_comment_url }}|link>" + "text": "Hi ${{ steps.find-slack-user.outputs.username }}, there's a comment on your PR. Please review it. Here's the <${{ env.last_comment_url }}|link>" } } ]