Skip to content

Commit 3b12059

Browse files
update
1 parent 93a3bbe commit 3b12059

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/4-bb-export.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
return 1
8383
fi
8484
85-
# Simple one-line JSON validation
85+
# Check if the response is valid JSON
8686
if ! python3 -c "import json,sys; json.load(open('$temp_file'))" 2>/dev/null; then
8787
echo "Error: Invalid JSON response"
8888
echo "Response content:"

0 commit comments

Comments
 (0)