Skip to content

Commit 054da0e

Browse files
committed
More indenation
1 parent 8109eb3 commit 054da0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 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
@@ -95,9 +95,8 @@ jobs:
9595
### Partials
9696
This PR updates partial files, which are bits of content used across multiple files."
9797
for path in $PARTIAL_FILES; do
98-
clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
9998
comment_body="$comment_body
100-
- [ ] \`$clean_path\`"
99+
- [ ] \`$path\`"
101100
done
102101
fi
103102

0 commit comments

Comments
 (0)