From 32fcb11ae90a49cd82642778624ed489999fc6e3 Mon Sep 17 00:00:00 2001 From: Alexis <120563837+alexisart@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:39:23 -0400 Subject: [PATCH] Testing Codeberg Mirror --- .github/workflows/codeberg-mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml index 27632e2..f5fc91c 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/codeberg-mirror.yml @@ -19,7 +19,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 with: - submodules: recursive + fetch-depth: 0 - name: 💡 The ${{ github.repository }} repository has been cloned to the runner. run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."