Skip to content

Commit dee1622

Browse files
committed
missing quote
1 parent 7a8bccd commit dee1622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
# Use random delimiter for security reasons
5050
delimiter="$(openssl rand -hex 8)"
5151
echo "PARTIAL_FILES<<${delimiter}" >> "$GITHUB_ENV"
52-
echo "${files2}" >> "$GITHUB_ENV"
53-
echo "${delimiter2}" >> "$GITHUB_ENV"
52+
echo "${files}" >> "$GITHUB_ENV"
53+
echo "${delimiter}" >> "$GITHUB_ENV"
5454
5555
- name: Comment or Update Comment on PR based on changed files
5656
env:
@@ -93,7 +93,7 @@ jobs:
9393
comment_body="$comment_body
9494
9595
### Partials
96-
This PR updates partial files, which are bits of content used across multiple files.
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)