mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
💚 Fixing CI Build. 删除mirror
This commit is contained in:
parent
51f6b1d86a
commit
0134a4cbc4
18
.github/workflows/mirror.yml
vendored
18
.github/workflows/mirror.yml
vendored
@ -1,18 +0,0 @@
|
|||||||
name: 同步代码
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master,jdk17 ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master,jdk17 ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
sync:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: wearerequired/git-mirror-action@master #同步至 gitlink
|
|
||||||
env:
|
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
|
||||||
with:
|
|
||||||
source-repo: "git@github.com:pig-mesh/pig-ui.git"
|
|
||||||
destination-repo: "git@code.gitlink.org.cn:lengleng/pig-ui.git"
|
|
Loading…
Reference in New Issue
Block a user