Skip to content

Commit

Permalink
Add print statements to the code to see the output
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcell Dechant committed May 21, 2024
1 parent cf47e5b commit 9b3a021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ jobs:
--header 'accept: application/json' \
--header 'authorization: Bearer ${{ secrets.RENDER_API_KEY }}')
status=$(echo "$curl" | jq -r '.status')
echo "Tries left: $maxTries"
echo "Status: $status"
done

0 comments on commit 9b3a021

Please sign in to comment.