diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..1612f97 --- /dev/null +++ b/.github/workflows/main.yml @@ -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