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:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
name: Sync to Gitee
|
||||
jobs:
|
||||
@ -12,7 +14,7 @@ jobs:
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v1
|
||||
- name: Mirror Github to Gitee
|
||||
uses: Yikun/hub-mirror-action@v1.0
|
||||
uses: Yikun/hub-mirror-action@v1.2
|
||||
with:
|
||||
src: github/go-kratos
|
||||
dst: gitee/go-kratos
|
||||
|
Loading…
Reference in New Issue
Block a user