From 8d7e94958a24d1ea236693a5c8a983bde216e029 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Fri, 24 Dec 2021 01:30:22 +0100 Subject: [PATCH] Disable shallow clone for user configs --- .github/workflows/userconfigs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/userconfigs.yml b/.github/workflows/userconfigs.yml index f49e7da..4a03b01 100644 --- a/.github/workflows/userconfigs.yml +++ b/.github/workflows/userconfigs.yml @@ -18,8 +18,6 @@ jobs: - name: Checkout (without submodules) uses: actions/checkout@v2 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Checkout and install esp-idf uses: 0xFEEDC0DE64/checkout_install_esp_idf@main