Skip to content

修复:4427c72d:无法下载 #285

修复:4427c72d:无法下载

修复:4427c72d:无法下载 #285

Workflow file for this run

name: Sync GitHub to Gitee
on:
pull_request:
branches-ignore:
- ''
push:
branches-ignore:
- ''
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the GitHub repo to Gitee
if: github.repository == 'FCL-Team/FCL-Controllers' && github.event_name != 'pull_request'
uses: Yikun/[email protected]
with:
src: github/FCL-Team
dst: gitee/FCL-Team
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'FCL-Controllers'
account_type: org
force_update: true
timeout: 300
debug: false