mirror of
https://github.com/router-for-me/CLIProxyAPIPlus.git
synced 2026-03-08 06:43:41 +00:00
Create auto-sync
This commit is contained in:
17
.github/workflows/auto-sync
vendored
Normal file
17
.github/workflows/auto-sync
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user