Update the medium-capacity transmission protocol and small-capacity t… #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |