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.
1 parent 0867704 commit 0c96582Copy full SHA for 0c96582
.github/workflows/add-redirects.yml
@@ -103,6 +103,7 @@ jobs:
103
104
if [ -n "$combined_redirects" ]; then
105
redirect_html="<p><i>Suggested redirects for moved/deleted files (replace <v> with earliest backport target version):</i></p>$combined_redirects"
106
+ fi
107
108
echo "redirect_html=${redirect_html}" >> "$GITHUB_OUTPUT"
109
0 commit comments