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 1d935cc commit 8f75a4eCopy full SHA for 8f75a4e
1 file changed
.github/workflows/windows-blacksmith-testbox.yml
@@ -65,7 +65,7 @@ jobs:
65
fi
66
runner_ssh_port="${BLACKSMITH_SSH_PORT:-22}"
67
68
- response="$(curl -s -f -L -X POST "${api_url}/api/testbox/phone-home" \
+ response="$(curl -s -f -L --post302 --post303 -X POST "${api_url}/api/testbox/phone-home" \
69
-H "Content-Type: application/json" \
70
-H "Authorization: Bearer ${auth_token}" \
71
-d "{
@@ -155,7 +155,7 @@ jobs:
155
}
156
JSON
157
158
- http_code="$(curl -sS -L -o "$RUNNER_TEMP/testbox-ready.response" -w '%{http_code}' \
+ http_code="$(curl -sS -L --post302 --post303 -o "$RUNNER_TEMP/testbox-ready.response" -w '%{http_code}' \
159
-X POST "${api_url}/api/testbox/phone-home" \
160
161
0 commit comments