From dca02e69e05cc45f60e4970bb2bd1ac2940cca9a Mon Sep 17 00:00:00 2001 From: Zeping Lee Date: Thu, 9 May 2024 09:33:23 +0800 Subject: [PATCH] Fix syncing to LUG git --- .github/workflows/sync-lug-git.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-lug-git.yml b/.github/workflows/sync-lug-git.yml index 112fb02..1a2a986 100644 --- a/.github/workflows/sync-lug-git.yml +++ b/.github/workflows/sync-lug-git.yml @@ -13,6 +13,8 @@ jobs: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: yesolutions/mirror-action@master with: