Skip to content

Commit 11b3702

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents 93bb64c + 11a0433 commit 11b3702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# if redirect not already in file, add to string to add to PR description
5858
if ! grep -q "$redirect" $REDIRECTS_FILE; then
59-
renamed_redirects+='<li>[&lt;v&gt;-*]: $redirect</li>'
59+
renamed_redirects+="<li>[&lt;v&gt;-*]: $redirect</li>"
6060
echo "${renamed_redirects}"
6161
fi
6262
done
@@ -87,7 +87,7 @@ jobs:
8787
8888
# if redirect not already in file, add to string to add to PR description
8989
if ! grep -q "$redirect" $REDIRECTS_FILE; then
90-
deleted_redirects+='<li>[&lt;v&gt;-*]: $redirect</li>'
90+
deleted_redirects+="<li>[&lt;v&gt;-*]: $redirect</li>"
9191
echo "${deleted_redirects}"
9292
fi
9393
done

0 commit comments

Comments
 (0)