diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 0d430c5..45d4c21 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -13,5 +13,6 @@ 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-checkout-tag: "LATEST_STABLE" #Specify an exact tag or specify 'LATEST_STABLE', default HEAD git-fetch-depth: 1 #0 if want to fetch everything git-filter-blob: true #False if want to fetch everything