Skip to content

Commit 7a8bccd

Browse files
committed
one more update
1 parent ed994be commit 7a8bccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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 "${files}" >> "$GITHUB_ENV"
53-
echo "${delimiter}" >> "$GITHUB_ENV"
52+
echo "${files2}" >> "$GITHUB_ENV"
53+
echo "${delimiter2}" >> "$GITHUB_ENV"
5454
5555
- name: Comment or Update Comment on PR based on changed files
5656
env:

0 commit comments

Comments
 (0)