From c0792d32854ef3b67397e54faf54a802d599ecd8 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 31 Jan 2024 11:00:35 -0500 Subject: [PATCH] Ensure final newline --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 460182b..15b6c4e 100644 --- a/action.yml +++ b/action.yml @@ -155,7 +155,7 @@ runs: # Accept newline-separated content on stdin and set it as the given # output with those newlines replaced by spaces. set_trimmed_output() { - { printf '%s=' "$1"; tr '\n' ' '; } >>"$GITHUB_OUTPUT" + { printf '%s=' "$1"; tr '\n' ' '; echo; } >>"$GITHUB_OUTPUT" } # Check if stack-arguments is specifying --resolver