Skip to content

🔀 Sync mirror to Gitee #439

🔀 Sync mirror to Gitee

🔀 Sync mirror to Gitee #439

Workflow file for this run

name: 🔀 Sync mirror to Gitee
on:
push:
branches:
- master
- dev
- 1.x
- 2.x
create:
jobs:
mirror:
runs-on: ubuntu-latest
if: github.repository == 'Happy-Coding-Clans/vue-easytable'
steps:
- name: mirror
continue-on-error: true
if: github.event_name == 'push' || (github.event_name == 'create' && github.event.ref_type == 'tag')
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}
with:
source-repo: '[email protected]:Happy-Coding-Clans/vue-easytable.git'
destination-repo: '[email protected]:huangshuwei/vue-easytable.git'