提交 b620bd15 编写于 作者: richard_1015's avatar richard_1015

chore: sync gitee gitcode

上级 9ad2515d
name: Sync to Gitcode
on:
push:
branches: [next]
jobs:
deploy-site-sync-gitcode:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitcode
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: git@github.com:jdf2e/nutui.git
destination-repo: git@gitcode.net:jd/nutui.git
\ No newline at end of file
name: Sync to Gitee、Gitcode
name: Sync to Gitee
on:
push:
......@@ -15,10 +15,3 @@ jobs:
with:
source-repo: git@github.com:jdf2e/nutui.git
destination-repo: git@gitee.com:jd-platform-opensource/nutui.git
- name: Sync to Gitcode
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: git@github.com:jdf2e/nutui.git
destination-repo: git@gitcode.net:jd/nutui.git
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册