We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1763881 + 670acb0 commit dfb9404Copy full SHA for dfb9404
1 file changed
action.yml
@@ -63,7 +63,7 @@ runs:
63
-H "Authorization: Bearer ${AUTH_TOKEN}" \
64
-d "{
65
\"testbox_id\": \"${TESTBOX_ID}\",
66
- \"installation_model_id\": \"${INSTALLATION_MODEL_ID}\",
+ \"installation_model_id\": ${INSTALLATION_MODEL_ID},
67
\"status\": \"hydrating\",
68
\"ip_address\": \"${RUNNER_HOST}\",
69
\"ssh_port\": \"${RUNNER_SSH_PORT}\",
0 commit comments