From 7a490d3222ab0577ea6e2dd89ea9841923847612 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Sat, 15 Feb 2025 10:20:42 +0100 Subject: [PATCH] fix deploy-preview workflow --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index f775c70a..5b7dc2a5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest if: ${{github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'}} steps: + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: '18'