Skip to content

deploy_to_gitee

deploy_to_gitee #59

Workflow file for this run

name: sync_to_gitee
on:
schedule:
- cron: "0 3 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to gitee.com
uses: Wandalen/wretry.action@v1.4.4
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
attempt_limit: 3
action: wearerequired/git-mirror-action@v1.2.0
with: |
source-repo: git@github.com:FeignClaims/question_board.git
destination-repo: git@gitee.com:cpp_tutorial/board.git