Skip to content

Commit dfb9404

Browse files
authored
Merge pull request #5 from useblacksmith/v2/fix-json-integer-type
begin-testbox: send installation_model_id as json integer in phone-home
2 parents 1763881 + 670acb0 commit dfb9404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
-H "Authorization: Bearer ${AUTH_TOKEN}" \
6464
-d "{
6565
\"testbox_id\": \"${TESTBOX_ID}\",
66-
\"installation_model_id\": \"${INSTALLATION_MODEL_ID}\",
66+
\"installation_model_id\": ${INSTALLATION_MODEL_ID},
6767
\"status\": \"hydrating\",
6868
\"ip_address\": \"${RUNNER_HOST}\",
6969
\"ssh_port\": \"${RUNNER_SSH_PORT}\",

0 commit comments

Comments
 (0)