Skip to content

Commit

Permalink
add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Jul 16, 2024
1 parent e49045a commit bc0b8bc
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 @@ -34,7 +34,7 @@ jobs:
echo 'report_list<<EOF'
$(jq '[.links[] | select(.state == "BROKEN" and .status == 404) | "• `\(.url)` (status: `\(.status)`) on the page \(.parent)"]' links-report.json)
echo EOF
} >> $GITHUB_OUTPUT
} >> "$GITHUB_OUTPUT"
- name: Send report
uses: slackapi/[email protected]
Expand Down

0 comments on commit bc0b8bc

Please sign in to comment.