Skip to content

Sync With Upstream

Sync With Upstream #19

Workflow file for this run

name: 'Sync With Upstream'
on:
schedule:
- cron: '0 0 * * *'
# scheduled at 00:00 daily
workflow_dispatch:
jobs:
sync_latest_from_upstream:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
- uses: tgymnich/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: master-broadcom
head: master
merge_method: rebase