Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit d6d701a

Browse files
JQ Compacting added for output
1 parent e75be80 commit d6d701a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ set -e
55
export HOME=/cli
66

77
cd $HOME
8-
response=$(/cli/entrypoint.sh "$*")
8+
response=$(/cli/entrypoint.sh "$*" | jq --compact-output)
99
echo "::set-output name=output::$response"

0 commit comments

Comments
 (0)