Skip to content

Commit 8109eb3

Browse files
committed
update
1 parent 675e88f commit 8109eb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ 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
9899
comment_body="$comment_body
99-
- [ ] \`$path\`"
100+
- [ ] \`$clean_path\`"
100101
done
101102
fi
102103

0 commit comments

Comments
 (0)