Fix newline printing
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
cc882585de
commit
86ec4888b3
|
@ -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}"
|
COMPARE_LINKS="$COMPARE_LINKS\nComparison against master (gh-pages): https://github.com/awesomeWM/apidoc/compare/gh-pages...${NEW_REV}"
|
||||||
fi
|
fi
|
||||||
# shellcheck disable=SC2028
|
# shellcheck disable=SC2028
|
||||||
echo "Compare links:\n$COMPARE_LINKS"
|
printf %s "Compare links:\n$COMPARE_LINKS"
|
||||||
|
|
||||||
# Post a comment to the PR.
|
# Post a comment to the PR.
|
||||||
if [ "$PR_NUMBER" != false ]; then
|
if [ "$PR_NUMBER" != false ]; then
|
||||||
|
|
Loading…
Reference in New Issue