Auto Sync Fork - Inital Commit

This commit is contained in:
Ido Tanne 2024-11-01 22:37:16 -04:00 committed by GitHub
parent 0ffcbbbe05
commit 9f6fcf13ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
.github/workflows/main.yml vendored Normal file
View 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