Skip to content

Upstream Sync

Upstream Sync #84

Workflow file for this run

name: Upstream Sync
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync_upstream:
name: Upstream Sync
runs-on: ubuntu-latest
if: github.repository != 'Harry-zklcdc/go-proxy-bingai'
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
- name: Sync upstream changes
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
upstream_sync_repo: Harry-zklcdc/go-proxy-bingai
upstream_sync_branch: master
target_sync_branch: master
target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set
test_mode: false