diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dab57828..cdad2a3e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -132,6 +132,7 @@ jobs: ) status_code=$(tail -n1 <<< "$response") + echo "Status code is: $status_code" # Update status message based on response code if [ "$status_code" -eq 200 ] || [ "$status_code" -eq 201 ]; then