sudo-proxy/.github/workflows/main.yml
2024-11-01 22:37:16 -04:00

17 lines
377 B
YAML

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