mirror of
https://github.com/githubhjs/CLIProxyAPIPlus.git
synced 2026-07-14 02:25:26 +00:00
Create auto-sync
This commit is contained in:
@@ -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