rust-toolchain/.github/workflows/sync.yml
2023-01-31 14:14:13 -07:00

12 lines
257 B
YAML

name: Rebase Upstream
on:
schedule:
- cron: "0 0 * * 0" # run once a week
workflow_dispatch: # run manually
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: imba-tjd/rebase-upstream-action@master