Files
CLIProxyAPIPlus/.github/workflows/auto-sync
2026-01-12 01:10:58 +09:00

18 lines
267 B
Plaintext

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/fork-sync@v1.8
with:
base: main
head: main