From 6ff35643fdf2cd0cb96dc0386759a57dc1173589 Mon Sep 17 00:00:00 2001 From: Vivek Shindhe Date: Fri, 20 Dec 2024 14:23:53 +0530 Subject: [PATCH] Update version_update_trigger.yml --- .github/workflows/version_update_trigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_update_trigger.yml b/.github/workflows/version_update_trigger.yml index b77ea71b..cfc38481 100644 --- a/.github/workflows/version_update_trigger.yml +++ b/.github/workflows/version_update_trigger.yml @@ -39,6 +39,6 @@ jobs: -H "Authorization: Bearer ${{ secrets.CHECKOUT_SLACK_BOT_TOKEN }}" \ --data '{ "channel": "C02GTS30HUN", - "text": "Version update found for Checkout PG Core SDK. Please find the version update details below:\nSDK Variant: React Native Standard Checkout SDK\nNew Version:${versionName}\nChangelog:${prBody}\n cc: " + "text": "Version update found for Checkout PG Core SDK. Please find the version update details below:\nSDK Variant: React Native Standard Checkout SDK\nNew Version:`${versionName}`\nChangelog:`${prBody}`\ncc: " }' \ https://slack.com/api/chat.postMessage \ No newline at end of file