Skip to content

Commit

Permalink
Fix Vercel REPL action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 17, 2023
1 parent 8045a32 commit 483b181
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -75,12 +75,11 @@ jobs:
or load it into the REPL:
https://rollupjs.org/repl/?pr=${{ github.event.number }}
- name: Update comment for Vercel deploy
uses: patrickedqvist/wait-for-vercel-preview@v1
uses: patrickedqvist/wait-for-vercel-preview@v1.3.1
id: waitForVercel
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 60
- name: Update comment for Netlify
- name: Update comment for Vercel deploy
uses: peter-evans/create-or-update-comment@v3
if: ${{ steps.waitForVercel.outputs.url }}
with:
Expand Down

0 comments on commit 483b181

Please sign in to comment.