Files
git.citron-emu.org-Citron-C…/.github/workflows/mirror.yaml
2025-03-16 10:12:47 +05:45

19 lines
545 B
YAML

name: ♻️ Sync 🗃️
permissions:
contents: write
on:
workflow_dispatch:
schedule:
- cron: "0 */2 * * *" # Every 02 Hrs
jobs:
mirror-repo:
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