Skip to content

Commit

Permalink
Merge pull request #136 from deriv-com/test-shared-slack-workflow
Browse files Browse the repository at this point in the history
fix: invalid payload in slack action
  • Loading branch information
niloofar-deriv authored Mar 25, 2024
2 parents a4a8311 + 8ae5b74 commit 66da58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/send_slack_notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
# For posting a rich message using Block Kit
payload: |
{
"text": ${{ env.MESSAGE }},
"blocks": [
{
"type": "section",
Expand Down

0 comments on commit 66da58d

Please sign in to comment.