We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573fb5b commit fbbdb98Copy full SHA for fbbdb98
test/docs_test.sh
@@ -45,6 +45,7 @@ json_output+="]" # End the JSON array
45
46
results="$json_output"
47
48
+echo "$json_output"
49
50
# Loop through each job in the JSON output
51
echo "$results" | jq -c '.[]' | while IFS= read -r item; do
0 commit comments