Skip to content

Commit 50680f6

Browse files
committed
test
1 parent 8cc9ba4 commit 50680f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/add-redirects.yml

Lines changed: 3 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;-*]: ${prefix}/${version}'"$old"'/ -> ${base}/${version}'"$new"'/</li>'
59+
renamed_redirects+='<li>[&lt;v&gt;-*]: $redirect</li>'
6060
echo "${renamed_redirects}"
6161
fi
6262
done
@@ -87,7 +87,8 @@ 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;-*]: ${prefix}/${version}'"$old"'/ -> ${base}/${version}/</li>'
90+
deleted_redirects+='<li>[&lt;v&gt;-*]: $redirect</li>'
91+
echo "${deleted_redirects}"
9192
fi
9293
done
9394

0 commit comments

Comments
 (0)