We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f03fa commit 9062c8aCopy full SHA for 9062c8a
.github/workflows/integration-tests-live.yml
@@ -48,7 +48,7 @@ jobs:
48
# this allows to use action cache, which is not possible when using deployment_status otherwise
49
# see https://github.com/actions/cache/issues/319
50
- name: Wait for Vercel Preview
51
- uses: patrickedqvist/wait-for-vercel-preview@v1.3.1
+ uses: patrickedqvist/wait-for-vercel-preview@v1.3.2
52
id: waitForVercelPreview
53
with:
54
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments