mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-03-11 17:55:38 +00:00
17 lines
377 B
YAML
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
|