1
1
mirror of https://github.com/primer/css.git synced 2024-11-29 14:14:26 +03:00

Escape the tics

This commit is contained in:
Jon Rohan 2021-04-10 13:41:46 -07:00
parent fef5d92214
commit acafb30f14
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -68,9 +68,9 @@ jobs:
diff=$(script/selector-diff-report)
if [[ $diff ]]; then
echo "### Selectors added/removed"
echo "```diff"
echo "\`\`\`diff"
echo $diff
echo "```"
echo "\`\`\`"
fi
label-release: