From 7afdbfdcfeed1dd70ddfcf333d73dfb6c0f20909 Mon Sep 17 00:00:00 2001 From: jcollier Date: Fri, 13 Oct 2023 15:02:32 +0100 Subject: [PATCH] change fetch depth --- .github/workflows/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index f901559984..0a2e49b0cf 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -20,7 +20,6 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - fetch-depth: 0 - name: Setup node uses: actions/setup-node@v3 with: