mirror of
https://github.com/pkgforge-community/git.citron-emu.org-Citron-Citron.git
synced 2026-03-23 01:56:10 -04:00
Create mirror.yaml
This commit is contained in:
15
.github/workflows/mirror.yaml
vendored
Normal file
15
.github/workflows/mirror.yaml
vendored
Normal 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"
|
||||
Reference in New Issue
Block a user