Skip to content

Sync Fork

Sync Fork #177

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Sync upstream changes
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1
with:
target_sync_branch: master
target_repo_token: ${{ secrets.GITHUB_TOKEN }}
upstream_sync_branch: master
upstream_sync_repo: sportradar/UnifiedOddsSdkJava
upstream_repo_access_token: ${{ secrets.GITHUB_TOKEN }}