Skip to content

Commit

Permalink
ci(github aciton): fix mirror source repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Sep 7, 2024
1 parent 66a2fdd commit 2ab235c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "[email protected]:pig-mesh/pig.git"
source-repo: "[email protected]:pig-mesh/pig-ui.git"
destination-repo: "[email protected]:pig-mesh/pig-ui.git"
gitlink:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "[email protected]:pig-mesh/pig.git"
source-repo: "[email protected]:pig-mesh/pig-ui.git"
destination-repo: "[email protected]:lengleng/pig-ui.git"
gitee:
runs-on: ubuntu-latest
Expand All @@ -34,5 +34,5 @@ jobs:
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "[email protected]:pig-mesh/pig.git"
source-repo: "[email protected]:pig-mesh/pig-ui.git"
destination-repo: "[email protected]:log4j/pig-ui.git"

0 comments on commit 2ab235c

Please sign in to comment.