mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-03-11 17:55:38 +00:00
Auto Sync Fork - Inital Commit
This commit is contained in:
parent
0ffcbbbe05
commit
9f6fcf13ea
1 changed files with 17 additions and 0 deletions
17
.github/workflows/main.yml
vendored
Normal file
17
.github/workflows/main.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: Auto Sync Fork
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Runs every day at midnight
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Sync fork
|
||||
uses: wei/pull@v5
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upstream_branch: sussy-code/sudo-proxy:dev
|
||||
target_branch: dev
|
||||
Loading…
Reference in a new issue