Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unandyala committed Sep 3, 2024
1 parent ae554d4 commit 0a9df2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/create_mrt_target/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ runs:
echo "status=$http_status" >> $GITHUB_OUTPUT
if [ "$http_status" -ne 201 ]; then
response_body=$(echo "$response" | sed -e 's/HTTPSTATUS\:.*//g')
echo "Request failed with status code $http_status"
echo "Response body: $response_body"
exit 1
fi
Expand Down

0 comments on commit 0a9df2e

Please sign in to comment.