From f79e983c2551f01bc2fc80b40d46f34bed78f224 Mon Sep 17 00:00:00 2001 From: pedrohrfz Date: Wed, 16 Oct 2024 00:07:31 -0300 Subject: [PATCH] add message of deployment to manager action --- runtime-manager-action/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: