Skip to content

Update the medium-capacity transmission protocol and small-capacity t… #10

Update the medium-capacity transmission protocol and small-capacity t…

Update the medium-capacity transmission protocol and small-capacity t… #10

Workflow file for this run

name: 'GitHub Mirror'
on: [ push, delete, create ]
jobs:
mirror_to_gitee:
runs-on: ubuntu-20.04
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to gitee'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:zhuyanzhen1/cdtp.git
ssh_private_key:
${{ secrets.GITEE_KEY }}