docs: #39 优化根目录 README 【适用场景】的内容 #238
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: | |
| branches: | |
| - '*' | |
| tags: | |
| - '*' | |
| jobs: | |
| repo-sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Mirror action | |
| uses: Yikun/hub-mirror-action@master | |
| with: | |
| src: github/vureact-js | |
| dst: gitee/vureact-js | |
| dst_token: ${{ secrets.GITEE_TOKEN }} | |
| dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
| clone_style: 'ssh' | |
| static_list: '${{ github.event.repository.name }}' | |
| force_update: true |