mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-18 20:30:08 +08:00
Add raw response output to release workflow
Added echo statements to display the raw API response in the release workflow for improved debugging and visibility.
This commit is contained in:
parent
5cfe479044
commit
7b3e94d568
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -236,7 +236,8 @@ jobs:
|
||||
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d "$BODY")
|
||||
|
||||
echo "=== raw response ==="
|
||||
echo "$RESPONSE"
|
||||
echo "=== OpenRouter raw response ==="
|
||||
echo "$RESPONSE" | jq .
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user