From 86ec4888b3de32e0a617a8ca9f64e56574387f7d Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 11 Sep 2021 13:48:52 +0200 Subject: [PATCH] Fix newline printing Signed-off-by: Lucas Schwiderski --- .github/scripts/apidoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/apidoc.sh b/.github/scripts/apidoc.sh index 5694c1616..40a03c1a8 100755 --- a/.github/scripts/apidoc.sh +++ b/.github/scripts/apidoc.sh @@ -146,7 +146,7 @@ if [ "$BRANCH" != "gh-pages" ]; then COMPARE_LINKS="$COMPARE_LINKS\nComparison against master (gh-pages): https://github.com/awesomeWM/apidoc/compare/gh-pages...${NEW_REV}" fi # shellcheck disable=SC2028 -echo "Compare links:\n$COMPARE_LINKS" +printf %s "Compare links:\n$COMPARE_LINKS" # Post a comment to the PR. if [ "$PR_NUMBER" != false ]; then