diff --git a/entrypoint.sh b/entrypoint.sh index c544074..a6bffe8 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -11,4 +11,4 @@ if ($INPUT_MULTILINE); then OUTPUT="${OUTPUT//$'\r'/'%0D'}" fi -echo "::set-output name=value::$(eval $INPUT_CMD)" +echo "::set-output name=value::$OUTPUT"