diff --git a/.github/workflows/check-links.yaml b/.github/workflows/check-links.yaml index 3817164a..36375975 100644 --- a/.github/workflows/check-links.yaml +++ b/.github/workflows/check-links.yaml @@ -30,7 +30,7 @@ jobs: echo "send_report=false" >> $GITHUB_OUTPUT fi - REPORT_LIST=$(jq '[.links[] | select(.state == "BROKEN") | "- `\(.url)` (status: `\(.status)`) on the page \(.parent)"] | join(" \n")' links-report.json) + REPORT_LIST=$(jq '[.links[] | select(.state == "BROKEN") | "- `\(.url)` (status: `\(.status)`) on the page \(.parent)"] | join(" \n ")' links-report.json) echo "report_list=$REPORT_LIST" >> $GITHUB_OUTPUT - name: Send report