We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109eb3 commit 054da0eCopy full SHA for 054da0e
.github/workflows/potential-redirects-or-partials.yml
@@ -84,7 +84,7 @@ jobs:
84
for path in $CHANGED_FILES; do
85
clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
86
comment_body="$comment_body
87
- - [ ] \`$clean_path\`"
+ - [ ] \`$clean_path\`"
88
done
89
fi
90
@@ -95,9 +95,8 @@ jobs:
95
### Partials
96
This PR updates partial files, which are bits of content used across multiple files."
97
for path in $PARTIAL_FILES; do
98
- clean_path=$(echo "$path" | sed 's/"//g') # Remove quotation marks
99
100
+ - [ ] \`$path\`"
101
102
103
0 commit comments