Skip to content

Commit

Permalink
Create rebase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaiiepic authored May 16, 2024
1 parent 6d71793 commit b5ad854
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/workflows/sync.yml
name: Rebase Upstream
on:
schedule:
- cron: "0 8 * * *" # “At 08:00.”
workflow_dispatch: # run manually

jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
branch: nixos-unstable
- uses: imba-tjd/rebase-upstream-action@master
# with: # all args are optional
# upstream: <user>/<repo>
# branch: master

0 comments on commit b5ad854

Please sign in to comment.