Skip to content

Update version_map.json #60

Update version_map.json

Update version_map.json #60

Workflow file for this run

name: Sync GitHub to Gitee
on:
pull_request:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the GitHub repo to Gitee
if: github.repository == 'FCL-Team/FCL-Repo'
uses: Yikun/hub-mirror-action@v1.4
with:
src: github/FCL-Team
dst: gitee/FCL-Team
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'FCL-Repo'
account_type: org
force_update: true
timeout: 300
debug: false