From bc9a70805f8e7e4674b49155d4955d69b78c309b Mon Sep 17 00:00:00 2001 From: Terry Cojean Date: Fri, 22 Jul 2022 10:23:19 +0200 Subject: [PATCH] Ensure we do not use shallow clone --- .github/workflows/mirror.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index a9efec66e34..cfde5c7f267 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,6 +9,7 @@ jobs: uses: actions/checkout@v2 with: ref: develop + fetch-depth: 0 persist-credentials: false - name: Push to Gitlab run: cp --preserve .github/mirror.sh /tmp && /tmp/mirror.sh