Skip to content

Commit

Permalink
Update version_update_trigger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekshindhe committed Dec 20, 2024
1 parent 25e1344 commit 6ff3564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_update_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <!subteam^S086N4NN8SU>"
"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: <!subteam^S086N4NN8SU>"
}' \
https://slack.com/api/chat.postMessage

0 comments on commit 6ff3564

Please sign in to comment.