From 6ced6b92dfded62d40c4929821201c790c199d43 Mon Sep 17 00:00:00 2001 From: jcollier Date: Fri, 13 Oct 2023 14:21:58 +0100 Subject: [PATCH] change fetchdepth --- .github/workflows/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index b9ac660838..3cd37a58b2 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -20,7 +20,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - fetch-depth: 0 + with: + fetch-depth: 0 - name: Setup node uses: actions/setup-node@v3 with: