mirror of
https://github.com/pkgforge-community/git.citron-emu.org-Citron-Citron.git
synced 2026-03-22 17:46:10 -04:00
16 lines
323 B
YAML
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"
|