Skip to content

Commit

Permalink
build: use backticks around id cell values
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Oct 18, 2023
1 parent a0cecd4 commit c306aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
echo "| --- | -- | ----- |" >> $GITHUB_STEP_SUMMARY
echo "$output" | jq -r '.[] | [.error, .id, .url] | @tsv' | while IFS=$'\t' read -r error id url; do
echo "| $url | $id | $error |" >> $GITHUB_STEP_SUMMARY
echo "| $url | \`$id\` | $error |" >> $GITHUB_STEP_SUMMARY
done
else
echo "$output"
Expand Down

0 comments on commit c306aa5

Please sign in to comment.