Skip to content

Commit

Permalink
Fork sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jumkey committed Sep 23, 2021
1 parent 2e85cf7 commit b8dc3d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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]

0 comments on commit b8dc3d0

Please sign in to comment.