Skip to content

Commit

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

0 comments on commit cba0bf4

Please sign in to comment.