23
23
## 谁在使用?
24
24
<a href="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/kunpengcompute" > <img src="https://user-images.githubusercontent.com/1736354/95939597-040a1500-0e0f-11eb-99f8-4fc312751681.jpg" width="70"></a> <a href="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/openeuler-mirror" > <img src="https://user-images.githubusercontent.com/1736354/95939584-feacca80-0e0e-11eb-88cf-bc002ded0bd5.jpg" width="70"><a href="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/mindspore-ai" ><img src="https://user-images.githubusercontent.com/1736354/95939590-00768e00-0e0f-11eb-8436-7875a0bb6c92.jpg" width="70"></a> <a href="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/opengauss-mirror" ><img src="https://user-images.githubusercontent.com/1736354/95939582-fc4a7080-0e0e-11eb-94e6-288c4afd0278.jpg" width="70"></a> <a href="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/openlookeng" ><img src="https://user-images.githubusercontent.com/1736354/95939601-05d3d880-0e0f-11eb-86a6-01ef95e7b85e.jpg" width="70"></a><a href="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/WeBankFinTech" ><img src="https://user-images.githubusercontent.com/1736354/95939579-fa80ad00-0e0e-11eb-9e44-264b1cf27374.jpg" width="70"></a><a href="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/WeBankPartners" ><img src="https://user-images.githubusercontent.com/1736354/95940763-c5c22500-0e11-11eb-9890-c7d1b6fa5aa3.jpg" width="70"></a><a href="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/openbiox" ><img src="https://user-images.githubusercontent.com/1736354/95940344-aaa2e580-0e10-11eb-863d-1ff2c5a04cfa.jpg" width="70"></a><a href="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/renwu-cool" ><img src="https://user-images.githubusercontent.com/1736354/95940437-eb9afa00-0e10-11eb-9fe2-65a8e68c6698.jpg" width="70"></a><a><img src="https://user-images.githubusercontent.com/1736354/95940571-42a0cf00-0e11-11eb-9ee2-cd497b50f06a.png" width="70"></a>
25
25
26
- 如果觉得不错,**来个star**支持下作者吧!想吐槽可以直接飞个[issue](https://github.com/Yikun/hub-mirror-action/issues).
27
26
28
27
## 参数详解
29
28
#### 必选参数
@@ -44,7 +43,10 @@ steps:
44
43
45
44
# # 举些例子
46
45
47
- # ### 组织同步,同步Github的kunpengcompute组织到Gitee
46
+ # ### 组织同步
47
+
48
+ 同步Github的kunpengcompute组织到Gitee
49
+
48
50
` ` ` yaml
49
51
- name: Organization mirror
50
52
uses: Yikun/hub-mirror-action@master
@@ -56,7 +58,10 @@ steps:
56
58
account_type: org
57
59
` ` `
58
60
59
- # ### 黑/白名单,动态获取原端github/Yikun的repos,但仅同步名为hub-mirror-action,不同步hashes这个repo到Gittee
61
+ # ### 黑/白名单
62
+
63
+ 动态获取原端github/Yikun的repos,但仅同步名为hub-mirror-action,不同步hashes这个repo到Gittee
64
+
60
65
` ` ` yaml
61
66
- name: Single repo mirror
62
67
uses: Yikun/hub-mirror-action@master
@@ -69,7 +74,10 @@ steps:
69
74
black_list: "hashes"
70
75
` ` `
71
76
72
- # ### 静态名单(可用于某一仓库同步),不会动态获取原端github/Yikun的repos,仅同步hub-mirror-action这个repo
77
+ # ### 静态名单(可用于单一仓库同步)
78
+
79
+ 不会动态获取原端github/Yikun的repos,仅同步hub-mirror-action这个repo
80
+
73
81
` ` ` yaml
74
82
- name: Black list
75
83
uses: Yikun/hub-mirror-action@master
@@ -81,7 +89,10 @@ steps:
81
89
static_list: "hub-mirror-action"
82
90
` ` `
83
91
84
- # ### clone方式,使用ssh方式进行clone
92
+ # ### clone方式
93
+
94
+ 使用ssh方式进行clone
95
+
85
96
` ` ` yaml
86
97
- name: ssh clone style
87
98
uses: Yikun/hub-mirror-action@master
@@ -133,4 +144,7 @@ steps:
133
144
134
145
# # 最后
135
146
136
- 喜欢的话点个Star哦,你的Star是我更新代码的动力!:)
147
+ 如果觉得不错,**来个star**支持下作者吧!你的Star是我更新代码的动力!:)
148
+
149
+ 想任何想吐槽或者建议的都可以直接飞个[issue](https://github.com/Yikun/hub-mirror-action/issues).
150
+
0 commit comments