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 6f22f1b commit c6ea2a2Copy full SHA for c6ea2a2
.github/workflows/potential-redirects-or-partials.yml
@@ -97,7 +97,7 @@ jobs:
97
for path in $PARTIAL_FILES; do
98
updated_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
99
comment_body="$comment_body
100
- - [ ] [$updated_path](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
+ - [ ] <a href="https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path" target="_blank">$updated_path"</a>
101
done
102
fi
103
0 commit comments