Skip to content

Commit 860b196

Browse files
jumkeygithub-actions[bot]
authored andcommitted
Fork sync
1 parent a120056 commit 860b196

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/sync.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Rebase Upstream
2+
on:
3+
schedule:
4+
- cron: '30 5,17 * * *'
5+
# scheduled at 05:30 and 17:30 every day
6+
7+
workflow_dispatch: # click the button on GitHub repo!
8+
jobs:
9+
sync:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
with:
14+
fetch-depth: 10 # greater than the number of commits you made
15+
- uses: imba-tjd/rebase-upstream-action@0.5

0 commit comments

Comments
 (0)