Skip to content

Commit 675e88f

Browse files
committed
one more update
1 parent 63bcdf1 commit 675e88f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
if [ -n "$CHANGED_FILES" ]; then
8080
comment_body="$comment_body
8181
82-
### Redirects
83-
This PR changes current filenames or deletes current files. Make sure you have [redirects](https://developers.cloudflare.com/pages/configuration/redirects/) set up to cover the following paths:"
82+
### Redirects
83+
This PR changes current filenames or deletes current files. Make sure you have [redirects](https://developers.cloudflare.com/pages/configuration/redirects/) set up to cover the following paths:"
8484
for path in $CHANGED_FILES; do
8585
clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
8686
comment_body="$comment_body
@@ -92,8 +92,8 @@ jobs:
9292
if [ -n "$PARTIAL_FILES" ]; then
9393
comment_body="$comment_body
9494
95-
### Partials
96-
This PR updates partial files, which are bits of content used across multiple files."
95+
### Partials
96+
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
9999
- [ ] \`$path\`"

0 commit comments

Comments
 (0)