docs: #40 替换子包的 README 以英文为主,中文为辅;增加双语更新日志 #242
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 |