Skip to content

Commit

Permalink
ci: send slack message as stringified json
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Nov 18, 2024
1 parent cba0bf4 commit 6c04472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/SEND_MESSAGE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
text: Community health report
blocks: ${{ fromJson(steps.report.outputs.message).blocks }}
blocks: ${{ toJson(fromJson(steps.report.outputs.message).blocks) }}
unfurl_links: ${{ fromJson(steps.report.outputs.message).unfurl_links }}

0 comments on commit 6c04472

Please sign in to comment.