Skip to content

Commit 425292d

Browse files
committed
Another
1 parent 2e0e994 commit 425292d

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
@@ -84,7 +84,7 @@ jobs:
8484
for path in $CHANGED_FILES; do
8585
clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
8686
comment_body="$comment_body
87-
- [ ] \`$clean_path\`"
87+
- [ ] \`$clean_path\`"
8888
done
8989
fi
9090
@@ -96,7 +96,7 @@ 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-
- [ ] \`$path\`"
99+
- [ ] [$path](https://developers.cloudflare.com/style-guide/components/render/?partial=$path)"
100100
done
101101
fi
102102

0 commit comments

Comments
 (0)