From 66cd452e230b800750712221c44d6fd42169ac96 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Thu, 4 Jul 2024 19:03:38 -0400 Subject: [PATCH] github/git: remove fetch depth settings --- .github/workflows/git-sync-mirrors.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/git-sync-mirrors.yml b/.github/workflows/git-sync-mirrors.yml index 7022489e..c9c5b7a0 100644 --- a/.github/workflows/git-sync-mirrors.yml +++ b/.github/workflows/git-sync-mirrors.yml @@ -12,8 +12,6 @@ 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: @@ -25,8 +23,6 @@ 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: