Skip to content

πŸ’š Fixing CI Build. repo mirror #1

πŸ’š Fixing CI Build. repo mirror

πŸ’š Fixing CI Build. repo mirror #1

Workflow file for this run

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: "[email protected]:pig-mesh/pig-ui.git"
destination-repo: "[email protected]:lengleng/pig-ui.git"