commit ab122d16b3c6b98880016350871857bc44e4f907 Author: Ajam Date: Sun Mar 16 06:09:47 2025 +0545 Create mirror.yaml diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml new file mode 100644 index 0000000..420708c --- /dev/null +++ b/.github/workflows/mirror.yaml @@ -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"