From cbd94e6e92e42a5d52a5b6c3e40a5815a7013277 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 17 Apr 2023 18:42:04 +0200 Subject: [PATCH] Fix Vercel REPL action --- .github/workflows/repl-artefacts.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/repl-artefacts.yml b/.github/workflows/repl-artefacts.yml index 3627bc4554b..3ee0869147e 100644 --- a/.github/workflows/repl-artefacts.yml +++ b/.github/workflows/repl-artefacts.yml @@ -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 @@ -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: