From 59967dee4dbd82c16e431861f8a4cf920175569d Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Mon, 4 Jan 2021 18:14:36 +0100 Subject: [PATCH] Apply fix to production, too --- .github/workflows/deploy-vercel-production.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-vercel-production.yml b/.github/workflows/deploy-vercel-production.yml index 20e155fe5..58d95137d 100644 --- a/.github/workflows/deploy-vercel-production.yml +++ b/.github/workflows/deploy-vercel-production.yml @@ -123,6 +123,7 @@ jobs: runs-on: ubuntu-18.04 needs: start-production-deployment steps: + - uses: actions/checkout@v1 # Get last commit pushed - See https://github.com/actions/checkout - name: Resolving deployment url from Vercel # Workflow overview: # - Resolve customer to deploy from github event input (falls back to resolving it from vercel.json file)