Skip to content

Commit 6f22f1b

Browse files
committed
flip line
1 parent 54cc3c4 commit 6f22f1b

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
@@ -93,10 +93,10 @@ jobs:
9393
comment_body="$comment_body
9494
9595
### Partials
96-
This PR updates partial files, which are bits of content used across multiple files."
96+
This PR updates partial files, which are pieces of content used across multiple files in our [Render component](https://developers.cloudflare.com/style-guide/components/render/)."
9797
for path in $PARTIAL_FILES; do
98-
comment_body="$comment_body
9998
updated_path=$(echo "$path" | sed -e 's/"//g' -e 's/^\///' -e 's/\/$//')
99+
comment_body="$comment_body
100100
- [ ] [$updated_path](https://developers.cloudflare.com/style-guide/components/render/?partial=$updated_path)"
101101
done
102102
fi

0 commit comments

Comments
 (0)