diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 420708c..0d430c5 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -13,3 +13,5 @@ jobs: uses: "pkgforge-community/repo-data/.github/workflows/sync_repos_git.yaml@main" with: upstream-git-repo: "https://git.citron-emu.org/Citron/Citron" + git-fetch-depth: 1 #0 if want to fetch everything + git-filter-blob: true #False if want to fetch everything