Skip to content

📦 Struct(Workflow): Phase 10-12 — 旧库归档 + namespace 重命名 + DI 入口 + 编译保证 #140

📦 Struct(Workflow): Phase 10-12 — 旧库归档 + namespace 重命名 + DI 入口 + 编译保证

📦 Struct(Workflow): Phase 10-12 — 旧库归档 + namespace 重命名 + DI 入口 + 编译保证 #140

Workflow file for this run

name: Mirror Repo
on:
push:
branches:
- "*"
workflow_dispatch:
jobs:
mirror-repo:
runs-on: ubuntu-latest
steps:
- name: Mirror
uses: Yikun/hub-mirror-action@master
with:
src: github/Crequency
dst: gitee/Crequency
dst_key: ${{ secrets.GITEE_SYNC_KEY }}
dst_token: ${{ secrets.GITEE_SYNC_TOKEN }}
account_type: org
static_list: "KitX"
force_update: true
debug: true