From 20ce20e9c41f61fcdecc7105f0ad6bb00a20e5e5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 20:15:28 +0530 Subject: [PATCH] fetch-depth set again --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 214dbdbb0..ecdd66f53 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + fetch-depth: 0 - name: Installing dependencies uses: borales/actions-yarn@v2.0.0 with: