We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d230b commit 54cc3c4Copy full SHA for 54cc3c4
.github/workflows/potential-redirects-or-partials.yml
@@ -97,7 +97,7 @@ jobs:
97
for path in $PARTIAL_FILES; do
98
comment_body="$comment_body
99
updated_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
100
- - [ ] \`$updated_path\` [view rendered locations](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
+ - [ ] [$updated_path](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
101
done
102
fi
103
0 commit comments