Skip to content

Commit 474ab6a

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into regex
2 parents b2a89d1 + 611e397 commit 474ab6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
# if redirect not already in file, add to string to add to PR description
5858
if ! grep -q "$redirect" $REDIRECTS_FILE; then
5959
renamed_redirects+='<li>[&lt;v&gt;-*]: ${prefix}/${version}'"$old"'/ -> ${base}/${version}'"$new"'/</li>'
60+
echo "${renamed_redirects}"
6061
fi
6162
done
6263

0 commit comments

Comments
 (0)