From c7194e4ececb575b2da34f2236bb68abc47fdc38 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 4 Aug 2021 12:18:35 -0700 Subject: [PATCH] increased the fetch depth? --- .github/workflows/detection-testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 9b1a778c7f..177171a08e 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -12,6 +12,8 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v2 + with: + fetch-depth: '10' - name: Install System Packages run: |