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