Skip to content

Commit 6c31da1

Browse files
authored
Update main.yml
1 parent e425e7c commit 6c31da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Find latest deployment
1919
id: latest_deployment
2020
run: |
21-
latest_deployment_url=$(curl -sSf -X GET "https://api.vercel.com/v12/now/deployments?projectId=ut-bot-deploy&limit=1" \
21+
latest_deployment_url=$(curl -sSf -X GET "https://api.vercel.com/v6/now/deployments?projectId=ut-bot-deploy&limit=1" \
2222
-H "Authorization: Bearer 4EMYs0YWWJQrhQYIVDGzIFkR" \
2323
-H "Content-Type: application/json" \
2424
| jq -r '.deployments[0].url')

0 commit comments

Comments
 (0)