Skip to content

Commit 8b2a4d5

Browse files
Merge branch 'trial-testing:main' into main
2 parents 3ff1ccb + f8673be commit 8b2a4d5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/auth.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,6 @@ jobs:
9191
-H "Content-Type: application/json" \
9292
--data-binary "@$JSON_PAYLOAD_PATH")
9393
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-
10094
status=$(jq -r '.status' <<< "$response")
10195
message=$(jq -r '.message' <<< "$response")
10296

0 commit comments

Comments
 (0)