修复在 schematics 文件夹不存在的情况下,打开投影管理页面会抛出异常的问题 (#3996) #1223
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: Sync to Gitee | |
| on: | |
| push | |
| jobs: | |
| run: | |
| if: ${{ github.repository_owner == 'HMCL-dev' }} | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Mirror GitHub to Gitee | |
| uses: Yikun/hub-mirror-action@v1.4 | |
| with: | |
| src: github/HMCL-dev | |
| dst: gitee/huanghongxun | |
| static_list: 'HMCL' | |
| force_update: true | |
| debug: true | |
| dst_key: ${{ secrets.GITEE_SYNC_BOT_PRIVATE_KEY }} | |
| dst_token: ${{ secrets.GITEE_SYNC_BOT_TOKEN }} | |
| cache_path: /github/workspace/hub-mirror-cache |