sync to gitee timeout"

This commit is contained in:
h7ml 2021-05-31 11:45:43 +08:00
parent e9467e5855
commit 9e51b6c6c6
No known key found for this signature in database
GPG Key ID: A37A4F13B34F2202

View File

@ -46,17 +46,6 @@ jobs:
with:
name: ${{ matrix.os }}
path: _packages/**/*.zip
- name: Mirror the Github organization repos to Gitee.
- uses: Yikun/hub-mirror-action@v1.0
with:
src: github/dgiot
dst: gitee/dgiiot
dst_key: ${{ secrets.PRIVATE_KEY }}
dst_token: ${{ secrets.TOKEN }}
account_type: org
timeout: '1h'
debug: true
force_update: true
mac:
runs-on: macos-10.15