未验证 提交 6aa76532 编写于 作者: G guenchi 提交者: GitHub

Create gitcode.yml

上级 db22d36d
name: 'GitHub Actions Mirror'
on: [push, delete]
jobs:
mirror_to_gitcode:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to gitcode'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitcode.net:csdn/skill_tree_scheme.git
ssh_private_key:
${{ secrets.GITCODE_KEY }}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册