Skip to content

Commit

Permalink
ci: upgrade await action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dazedbear committed May 27, 2024
1 parent 5605232 commit 059af8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
VERCEL_DEPLOYMENT_URL=`echo $ALL_VERCEL_DEPLOYMENTS | jq '.deployments [0].url' | tr -d \"`
echo "VERCEL_DEPLOYMENT_URL=$VERCEL_DEPLOYMENT_URL" >> $GITHUB_ENV
- name: Wait for Vercel deployment to be ready
uses: UnlyEd/github-action-await-vercel@v1
uses: UnlyEd/github-action-await-vercel@v2
id: await-vercel
env:
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit 059af8e

Please sign in to comment.