From 50ca1782a6977b4f93467a58851dc7d0d89ffdaa Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 4 Jul 2024 22:44:33 -0400 Subject: [PATCH] Revert "github/git: remove fetch depth settings" This reverts commit 66cd452e230b800750712221c44d6fd42169ac96. --- .github/workflows/git-sync-mirrors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/git-sync-mirrors.yml b/.github/workflows/git-sync-mirrors.yml index c9c5b7a0..7022489e 100644 --- a/.github/workflows/git-sync-mirrors.yml +++ b/.github/workflows/git-sync-mirrors.yml @@ -12,6 +12,8 @@ jobs: steps: - name: check out repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: "sync codeberg mirror" uses: yesolutions/mirror-action@v0.7.0 with: @@ -23,6 +25,8 @@ jobs: steps: - name: check out repository uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: "sync gitlab mirror" uses: yesolutions/mirror-action@v0.7.0 with: