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 cbd94e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
node-version: 14
- name: Install dependencies
run: npm ci --ignore-scripts && npm install @actions/core
run: npm ci --ignore-scripts
- name: Build artefacts
run: npm run build:cjs && npm run build:bootstrap
- name: Upload "${{ github.event.number }}/rollup.browser.js" to bucket
Expand Down 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 cbd94e6

Please sign in to comment.