Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent 44d95e5 commit 1d1bc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "send_report=false" >> $GITHUB_OUTPUT
fi
REPORT_LIST=$(jq '[.links[] | select(.state == "OK") | "- `\(.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
Expand Down

0 comments on commit 1d1bc52

Please sign in to comment.