Skip to content

Commit

Permalink
fix: add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 5, 2024
1 parent e26b970 commit 8aeaefa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aeaefa

Please sign in to comment.