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.
2 parents 93bb64c + 11a0433 commit 11b3702Copy full SHA for 11b3702
.github/workflows/add-redirects.yml
@@ -56,7 +56,7 @@ jobs:
56
57
# if redirect not already in file, add to string to add to PR description
58
if ! grep -q "$redirect" $REDIRECTS_FILE; then
59
- renamed_redirects+='<li>[<v>-*]: $redirect</li>'
+ renamed_redirects+="<li>[<v>-*]: $redirect</li>"
60
echo "${renamed_redirects}"
61
fi
62
done
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
- deleted_redirects+='<li>[<v>-*]: $redirect</li>'
+ deleted_redirects+="<li>[<v>-*]: $redirect</li>"
91
echo "${deleted_redirects}"
92
93
0 commit comments