Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Merge branch 'TorchEI:main' into main #1

Merge branch 'TorchEI:main' into main

Merge branch 'TorchEI:main' into main #1

Workflow file for this run

name: sync-gitee
on:
push:
branches:
- main
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: 'github/TorchEI'
dst: 'gitee/TorchEI'
dst_key: ${{ secrets.SSH_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_PRIVATE_KEY }}
static_list: "TorchEI"
account_type: org
force_update: true
debug: true