From c500101e5f8b97752c49a642cbcda57ac4b91562 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sat, 12 Oct 2024 22:08:11 -0600 Subject: [PATCH] ci: Remove fetch-depth: 0 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29a5916b..39f4633a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,10 @@ jobs: version: [GM8E01_00] # GM8E01_01, GM8E01_48 steps: - # Checkout the repository (shallow clone) + # Checkout the repository - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 submodules: recursive # Set Git config