Update README.md (#71) #140
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
# 暂停自动同步,后续手动同步 | |
# on: push | |
# name: Mirror GitHub Auto Queried Repos to Gitee | |
# jobs: | |
# run: | |
# name: Sync-GitHub-to-Gitee | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Mirror the Github repos to Gitee. | |
# uses: Yikun/hub-mirror-action@master | |
# with: | |
# src: github/vector4wang | |
# dst: gitee/backwxc | |
# dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
# dst_token: ${{ secrets.GITEE_TOKEN }} | |
# white_list: 'spring-boot-quick' | |
# force_update: true |