We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8cbb4c commit fbd351eCopy full SHA for fbd351e
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Wait for Deployment
28
run: |
29
# Command to check the deployment status
30
- while [[ "$(curl -sSf -X GET "https://api.vercel.com/v3/deployments/${{ steps.latest_deployment.outputs.deployment_id }}/events" \
+ while [[ "$(curl -sSf -X GET "https://api.vercel.com/v3/deployments/ut-bot-deploy/events" \
31
-H "Authorization: Bearer 4EMYs0YWWJQrhQYIVDGzIFkR" \
32
-H "Content-Type: application/json" \
33
| grep -c 'READY')" -eq 0 ]]; do
0 commit comments