mirror of
https://github.com/pkgforge-community/git.citron-emu.org-Citron-Citron.git
synced 2026-03-23 01:56:10 -04:00
19 lines
545 B
YAML
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
|