Skip to content

Commit 64e1617

Browse files
committed
final update
1 parent c6ea2a2 commit 64e1617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/potential-redirects-or-partials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
for path in $PARTIAL_FILES; do
9898
updated_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
9999
comment_body="$comment_body
100-
- [ ] <a href="https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path" target="_blank">$updated_path"</a>
100+
- [ ] \`$updated_path\` - [view affected files](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)
101101
done
102102
fi
103103

0 commit comments

Comments
 (0)