mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 11:16:37 +00:00
12 lines
257 B
YAML
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
|