Skip to content

Commit

Permalink
chore: Update Slack message format for broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent 1f86e7b commit 34ee4fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
if: steps.prepare-report.outputs.send_report == 'true'
with:
channel-id: "#alerts-test"
slack-message: ${{ steps.prepare-report.outputs.report_list }}
slack-message: |
Broken links found in the docs:
${{ steps.prepare-report.outputs.report_list }}
# payload: |
# {
# "text": "Report",
Expand Down

0 comments on commit 34ee4fb

Please sign in to comment.