This commit is contained in:
Ajam
2025-03-16 10:12:47 +05:45
committed by GitHub
parent bc8e0862ea
commit 452e20baff

View File

@@ -13,5 +13,6 @@ jobs:
uses: "pkgforge-community/repo-data/.github/workflows/sync_repos_git.yaml@main" uses: "pkgforge-community/repo-data/.github/workflows/sync_repos_git.yaml@main"
with: with:
upstream-git-repo: "https://git.citron-emu.org/Citron/Citron" 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-fetch-depth: 1 #0 if want to fetch everything
git-filter-blob: true #False if want to fetch everything git-filter-blob: true #False if want to fetch everything