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 b983470 commit f8673beCopy full SHA for f8673be
.github/workflows/auth.yml
@@ -91,12 +91,6 @@ jobs:
91
-H "Content-Type: application/json" \
92
--data-binary "@$JSON_PAYLOAD_PATH")
93
94
- body=$(echo "$response" | head -n -1)
95
- status_code=$(echo "$response" | tail -n1)
96
- echo "🌐 HTTP status: $status_code"
97
- echo "🌐 Response body:"
98
- echo "$body" | jq . || true
99
-
100
status=$(jq -r '.status' <<< "$response")
101
message=$(jq -r '.message' <<< "$response")
102
0 commit comments