Skip to content

Commit

Permalink
💚 增加 github action mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed May 29, 2024
1 parent 4d43c7f commit 08cd07e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:
with:
source-repo: "git@github.com:pig-mesh/pig.git"
destination-repo: "git@code.gitlink.org.cn:lengleng/pig.git"
- uses: wearerequired/git-mirror-action@master #同步至 gitee
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "git@github.com:pig-mesh/pig.git"
destination-repo: "git@gitee.com:log4j/pig.git"

0 comments on commit 08cd07e

Please sign in to comment.