Skip to content

Commit

Permalink
Fork sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jumkey authored and github-actions[bot] committed Sep 22, 2021
1 parent 0665b88 commit b16a963
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Rebase Upstream
on:
schedule:
- cron: '30 5,17 * * *'
# scheduled at 05:30 and 17:30 every day

workflow_dispatch: # click the button on GitHub repo!
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 10 # greater than the number of commits you made
- uses: imba-tjd/[email protected]
with: # all args are optional
upstream: RedPill-TTG/redpill-lkm
branch: master

0 comments on commit b16a963

Please sign in to comment.