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 c6ea2a2 commit 64e1617Copy full SHA for 64e1617
.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
- - [ ] <a href="https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path" target="_blank">$updated_path"</a>
+ - [ ] \`$updated_path\` - [view affected files](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)
101
done
102
fi
103
0 commit comments