diff --git a/runtime-manager-action/script.py b/runtime-manager-action/script.py index dd8df93..91ab3c2 100644 --- a/runtime-manager-action/script.py +++ b/runtime-manager-action/script.py @@ -140,7 +140,7 @@ def runtime_manager_run_self_hosted_deploy(request_data: dict, manifest: dict): # Parse the response and extract relevant data response_data = response.json() print(f"> Deploy successfully started:\n{json.dumps(response_data, indent=4)}") - + print(f"RUN DEPLOY_SELF_HOSTED successfully started with ID: {response_data.get("runId")}") # Save the response to the output log save_output(response_data) else: