1
0
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:
haiyux 2022-01-08 20:14:54 +08:00 committed by GitHub
parent 76ab0baa56
commit cd4aa7f412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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