Skip to content

Commit c07901f

Browse files
committed
Fix output
Currently newline characters are missing in output
1 parent d00de3b commit c07901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
output=$(ec)
44
exit=$?
55

6-
echo $output
6+
echo "$output"
77
echo ::set-output name=output::$output
88

99
exit $exit

0 commit comments

Comments
 (0)