Skip to content

Commit 54cc3c4

Browse files
committed
one more
1 parent 19d230b commit 54cc3c4

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
comment_body="$comment_body
9999
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)"
100+
- [ ] [$updated_path](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
101101
done
102102
fi
103103

0 commit comments

Comments
 (0)