Skip to content

Commit

Permalink
Merge pull request #5 from ably-forks/multiline-output-fix
Browse files Browse the repository at this point in the history
fix: use correct multiline output
  • Loading branch information
sergeysova authored Jun 9, 2022
2 parents 9ac92a6 + a20d23f commit 3300077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3300077

Please sign in to comment.