Skip to content

sync_gitee

sync_gitee #76

Workflow file for this run

name: sync_gitee
on:
schedule:
- cron: "0 12 * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to gitee.com
uses: wearerequired/[email protected]
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:FeignClaims/vscode_cpp_starter.git
destination-repo: [email protected]:cpp_tutorial/vscode_cpp_starter.git