-
Notifications
You must be signed in to change notification settings - Fork 0
50 lines (45 loc) · 1.68 KB
/
gitmirror.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: Sync To Gitee
on:
#watch:
# types: [started]
schedule:
- cron: "0 2 * * 1"
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync omnirom/android_build
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:omnirom/android_build.git"
destination-repo: "[email protected]:huiaei/android_build.git"
- name: Sync omnirom/android_art
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:omnirom/android_art.git"
destination-repo: "[email protected]:huiaei/android_art.git"
- name: Sync omnirom/android_bionic
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:omnirom/android_bionic.git"
destination-repo: "[email protected]:huiaei/android_bionic.git"
- name: Sync dortania/OpenCore-Install-Guide
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:dortania/OpenCore-Install-Guide.git"
destination-repo: "[email protected]:huiaei/OpenCore-Install-Guide.git"
#- name: Reload Gitee Pages
# uses: mizuka-wu/[email protected]
# with:
# repository: user/docs
# cookie: ${{ secrets.GITEE_COOKIE }}
# directory: docs
# https: true