Skip to content

Commit

Permalink
ci(gitcode): ADD CI mirror gitcode
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Aug 27, 2024
1 parent d4a190d commit ab993da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ on:
branches: [ master,jdk17,jdk17-dev,dev ]

jobs:
gitcode:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@master #同步至 gitcode
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "[email protected]:pig-mesh/pig.git"
destination-repo: "[email protected]:pig-mesh/pig.git"
gitlink:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ab993da

Please sign in to comment.