Skip to content

Commit

Permalink
testing automation flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant-Microsoft committed Sep 6, 2024
1 parent 2649cb5 commit 3faf5c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3faf5c3

Please sign in to comment.