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 b850588 commit 8721bfeCopy full SHA for 8721bfe
.github/workflows/mirror.yml
@@ -7,15 +7,6 @@ on:
7
branches: [ master,dev ]
8
9
jobs:
10
- gitcode:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: wearerequired/git-mirror-action@master #同步至 gitcode
14
- env:
15
- SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
16
- with:
17
- source-repo: "[email protected]:pig-mesh/pig-ui.git"
18
- destination-repo: "[email protected]:pig-mesh/pig-ui.git"
19
gitlink:
20
runs-on: ubuntu-latest
21
steps:
package.json
@@ -90,8 +90,5 @@
90
"repository": {
91
"type": "git",
92
"url": "https://gitee.com/log4j/pig-ui"
93
- },
94
- "resolutions": {
95
- "@swc/core": "~1.6.13"
96
}
97
0 commit comments