mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-14 02:33:03 +02:00
feat:sync to gitee where release a version (#1755)
This commit is contained in:
parent
76ab0baa56
commit
cd4aa7f412
4
.github/workflows/gitee-sync.yml
vendored
4
.github/workflows/gitee-sync.yml
vendored
@ -2,6 +2,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
tags:
|
||||||
|
- "*"
|
||||||
|
|
||||||
name: Sync to Gitee
|
name: Sync to Gitee
|
||||||
jobs:
|
jobs:
|
||||||
@ -12,7 +14,7 @@ jobs:
|
|||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Mirror Github to Gitee
|
- name: Mirror Github to Gitee
|
||||||
uses: Yikun/hub-mirror-action@v1.0
|
uses: Yikun/hub-mirror-action@v1.2
|
||||||
with:
|
with:
|
||||||
src: github/go-kratos
|
src: github/go-kratos
|
||||||
dst: gitee/go-kratos
|
dst: gitee/go-kratos
|
||||||
|
Loading…
Reference in New Issue
Block a user