💾 Feat(Trigger): 添加 TriggerManager 以管理插件触发器,支持工作流触发与路由 #99
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |