You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/potential-redirects-or-partials.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ jobs:
79
79
if [ -n "$CHANGED_FILES" ]; then
80
80
comment_body="$comment_body
81
81
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:"
84
84
for path in $CHANGED_FILES; do
85
85
clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
86
86
comment_body="$comment_body
@@ -92,8 +92,8 @@ jobs:
92
92
if [ -n "$PARTIAL_FILES" ]; then
93
93
comment_body="$comment_body
94
94
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."
0 commit comments