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 91b1c31 commit 2899362Copy full SHA for 2899362
ephemeral/startup/action.yml
@@ -120,4 +120,4 @@ runs:
120
-H "content-type: application/json" \
121
https://api.localstack.cloud/v1/compute/instances/$previewName/logs)
122
123
- echo $log_response
+ echo "$log_response" | jq -r '.[].content'
0 commit comments