Skip to content

Commit 19d230b

Browse files
committed
update
1 parent 005d504 commit 19d230b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
This PR updates partial files, which are bits of content used across multiple files."
9797
for path in $PARTIAL_FILES; do
9898
comment_body="$comment_body
99-
clean_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
100-
- [ ] \`$clean_path\` [link]](https://developers.cloudflare.com/style-guide/components/render/?partial=$clean_path)"
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)"
101101
done
102102
fi
103103

0 commit comments

Comments
 (0)