From 460704616290705710abc7f14d680377b04b23fd Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sat, 12 Oct 2024 22:02:31 -0600 Subject: [PATCH] Remove fetch-depth: 0 from CI checkout After reading the documentation for 2 seconds, it turns out that we actually wanted `fetch-depth: 1`, and coincidentally, that's the default. --- .github.example/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github.example/workflows/build.yml b/.github.example/workflows/build.yml index 0b6108c..243dc9e 100644 --- a/.github.example/workflows/build.yml +++ b/.github.example/workflows/build.yml @@ -18,11 +18,10 @@ jobs: version: [GAMEID] steps: - # Checkout the repository (shallow clone) + # Checkout the repository - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: 0 submodules: recursive # Set Git config