Skip to content

Commit

Permalink
Merge branch 'master' into adding_deriv_passkeys_localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
sahani-deriv authored Apr 2, 2024
2 parents cd2d7c3 + 72f0899 commit fcb3e24
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/actions/send_slack_notifications/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,30 @@ runs:
TAGS: ${{ inputs.TAGS }}
run: |
curl -X POST -H 'Content-type: application/json' \
--data '{
"blocks": [
--data "{
\"blocks\": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "<!channel> *New Package Update*"
\"type\": \"section\",
\"text\": {
\"type\": \"mrkdwn\",
\"text\": \"<!channel> *New Package Update*\"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*$PR_TITLE*"
\"type\": \"section\",
\"text\": {
\"type\": \"mrkdwn\",
\"text\": \"*$PR_TITLE*\"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Packages released:*\n- *$TAGS*\n*Changelog:* https://github.com/regentmarkets/flutter-deriv-packages/blob/master/CHANGELOG.md"
\"type\": \"section\",
\"text\": {
\"type\": \"mrkdwn\",
\"text\": \"*Packages released:*\n- *$TAGS*\n*Changelog:* https://github.com/regentmarkets/flutter-deriv-packages/blob/master/CHANGELOG.md\"
}
}
]
}' \
}" \
$SLACK_WEBHOOK_PACKAGE_UPDATE
shell: bash

0 comments on commit fcb3e24

Please sign in to comment.