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 d00de3b commit c07901fCopy full SHA for c07901f
entrypoint.sh
@@ -3,7 +3,7 @@
3
output=$(ec)
4
exit=$?
5
6
-echo $output
+echo "$output"
7
echo ::set-output name=output::$output
8
9
exit $exit
0 commit comments