Skip to content

Commit

Permalink
change msg
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent 1d1bc52 commit 8f6b41e
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,19 @@ jobs:
if: steps.prepare-report.outputs.send_report == 'true'
with:
channel-id: "#alerts-test"
payload: |
{
"text": "Report",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": ${{ steps.prepare-report.outputs.report_list }}
}
}
]
}
slack-message: ${{ steps.prepare-report.outputs.report_list }}
# payload: |
# {
# "text": "Report",
# "blocks": [
# {
# "type": "section",
# "text": {
# "type": "mrkdwn",
# "text": ${{ steps.prepare-report.outputs.report_list }}
# }
# }
# ]
# }
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 8f6b41e

Please sign in to comment.