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 7a8bccd commit dee1622Copy full SHA for dee1622
.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 "${files2}" >> "$GITHUB_ENV"
53
- echo "${delimiter2}" >> "$GITHUB_ENV"
+ echo "${files}" >> "$GITHUB_ENV"
+ echo "${delimiter}" >> "$GITHUB_ENV"
54
55
- name: Comment or Update Comment on PR based on changed files
56
env:
@@ -93,7 +93,7 @@ jobs:
93
comment_body="$comment_body
94
95
### Partials
96
- This PR updates partial files, which are bits of content used across multiple files.
+ This PR updates partial files, which are bits of content used across multiple files."
97
for path in $PARTIAL_FILES; do
98
99
- [ ] \`$path\`"
0 commit comments