From ab122d16b3c6b98880016350871857bc44e4f907 Mon Sep 17 00:00:00 2001 From: Ajam Date: Sun, 16 Mar 2025 06:09:47 +0545 Subject: [PATCH] Create mirror.yaml --- .github/workflows/mirror.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/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"