Create mirror.yaml

This commit is contained in:
Ajam
2025-03-16 06:09:47 +05:45
committed by GitHub
commit ab122d16b3

15
.github/workflows/mirror.yaml vendored Normal file
View File

@@ -0,0 +1,15 @@
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"