Skip to content

docs: 详细指示如何更新学习模板 #49

docs: 详细指示如何更新学习模板

docs: 详细指示如何更新学习模板 #49

Workflow file for this run

name: sync_gitee
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to gitee.com
uses: wearerequired/git-mirror-action@v1.2.0
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: git@github.com:FeignClaims/vscode_cpp_starter.git
destination-repo: git@gitee.com:cpp_tutorial/vscode_cpp_starter.git