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

16 lines
323 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"