Skip to content

Commit f79e983

Browse files
committed
add message of deployment to manager action
1 parent 13386d0 commit f79e983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-manager-action/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def runtime_manager_run_self_hosted_deploy(request_data: dict, manifest: dict):
140140
# Parse the response and extract relevant data
141141
response_data = response.json()
142142
print(f"> Deploy successfully started:\n{json.dumps(response_data, indent=4)}")
143-
143+
print(f"RUN DEPLOY_SELF_HOSTED successfully started with ID: {response_data.get("runId")}")
144144
# Save the response to the output log
145145
save_output(response_data)
146146
else:

0 commit comments

Comments
 (0)