Skip to content

Commit 2899362

Browse files
committed
print only content field of log lines
1 parent 91b1c31 commit 2899362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ephemeral/startup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ runs:
120120
-H "content-type: application/json" \
121121
https://api.localstack.cloud/v1/compute/instances/$previewName/logs)
122122
123-
echo $log_response
123+
echo "$log_response" | jq -r '.[].content'

0 commit comments

Comments
 (0)