Skip to content

Commit e57e6e9

Browse files
committed
Merge remote-tracking branch 'upstream/test-redirect-gh-action' into redirect-action-pr-output
2 parents 0cefde7 + ced19f7 commit e57e6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
new=$(echo "$file" | cut -d',' -f2)
3636
new="${new#source}"
3737
new="${new%.txt}"
38-
renamed_redirects+="- [\\*-master]: \\$\{prefix\}/\\$\{version\}$old/ -> \\$\{base\}/\\$\{version\}$new/<br/>"
38+
renamed_redirects+="[\\*-master]: \$\{prefix\}/\$\{version\}$old/ -> \$\{base\}/\$\{version\}$new/<br/>"
3939
done
4040
if [ "$renamed_redirects" == "" ]; then
4141
renamed_redirects="No redirects to add"

0 commit comments

Comments
 (0)