We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5ad21 commit 64e0170Copy full SHA for 64e0170
.github/workflows/sync.yml
@@ -15,10 +15,3 @@ jobs:
15
with:
16
source-repo: "git@github.com:doocs/leetcode.git"
17
destination-repo: "git@gitee.com:Doocs/leetcode.git"
18
- - name: Sync to coding.net
19
- uses: wearerequired/git-mirror-action@master
20
- env:
21
- SSH_PRIVATE_KEY: ${{ secrets.RSA_PRIVATE_KEY }}
22
- with:
23
- source-repo: "git@github.com:doocs/leetcode.git"
24
- destination-repo: "git@e.coding.net:doocs/leetcode.git"
0 commit comments