From ba779aa5a45d7bf9bb275c2f1013644f1f461fed Mon Sep 17 00:00:00 2001 From: dysbulic Date: Wed, 3 Jul 2024 22:17:21 -0400 Subject: [PATCH] =?UTF-8?q?adding=20repository=20checkout=20=F0=9F=8C=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcp-deploy-frontend.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gcp-deploy-frontend.yaml b/.github/workflows/gcp-deploy-frontend.yaml index 794355ca2..9037b962e 100644 --- a/.github/workflows/gcp-deploy-frontend.yaml +++ b/.github/workflows/gcp-deploy-frontend.yaml @@ -119,6 +119,8 @@ jobs: needs: [env] steps: + - name: Checkout Repository + uses: actions/checkout@v4 - name: Run `hasura metadata reload` uses: browniefed/hasura-runner@master with: