Skip to content

Sync Fork

Sync Fork #4188

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *' # Runs every 30 minutes
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
- name: Sync with upstream
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
with:
target_sync_branch: main
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
upstream_sync_branch: main
upstream_sync_repo: open-webui/docs