Skip to content

Commit dc426ee

Browse files
Ci: add sync.yml
Signed-off-by: DreamConnected <109940850+DreamConnected@users.noreply.github.com>
1 parent b180119 commit dc426ee

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/sync.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Sync Fork
2+
3+
on:
4+
schedule:
5+
- cron: '0 12 * * *' # every 12:00
6+
workflow_dispatch: # on button click
7+
8+
jobs:
9+
sync:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: tgymnich/fork-sync@v2.0.10
15+
with:
16+
owner: Container-On-Android
17+
base: main
18+
head: main
19+
pr_message: "Merge branch 'lxc:main' into main"

0 commit comments

Comments
 (0)