From 3faf5c3fd2ead2402afc5a4f5ae91ff18200460c Mon Sep 17 00:00:00 2001 From: Prashant-Microsoft Date: Fri, 6 Sep 2024 12:39:49 +0530 Subject: [PATCH] testing automation flow --- .github/workflows/deploy-stage.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 1c1a4f892..4526f3d4c 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -57,8 +57,11 @@ jobs: # Capture the exit status exit_code=$? - # Print the raw output - echo "$output" + # Custom message to print + custom_message="Deployment status is:" + + # Print the custom message and raw output + echo "$custom_message $output" # Check if the command was successful if [ $exit_code -ne 0 ]; then