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 ed994be commit 7a8bccdCopy full SHA for 7a8bccd
.github/workflows/potential-redirects-or-partials.yml
@@ -49,8 +49,8 @@ jobs:
49
# Use random delimiter for security reasons
50
delimiter="$(openssl rand -hex 8)"
51
echo "PARTIAL_FILES<<${delimiter}" >> "$GITHUB_ENV"
52
- echo "${files}" >> "$GITHUB_ENV"
53
- echo "${delimiter}" >> "$GITHUB_ENV"
+ echo "${files2}" >> "$GITHUB_ENV"
+ echo "${delimiter2}" >> "$GITHUB_ENV"
54
55
- name: Comment or Update Comment on PR based on changed files
56
env:
0 commit comments