Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Upstream Sync

Upstream Sync #2506

Workflow file for this run

name: Upstream Sync
on:
schedule:
- cron: '0 * * * *' # run per hour
workflow_dispatch: # click the button on Github repo!
jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
- name: Target repo checkout
uses: actions/checkout@v3
- name: Sync upstream run
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
target_sync_branch: main
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
upstream_sync_repo: 2dust/clashN
upstream_sync_branch: main
test_mode: false