Skip to content

♻️ Refactoring code. 审计字段填充字段为NULL 不填充 #216

♻️ Refactoring code. 审计字段填充字段为NULL 不填充

♻️ Refactoring code. 审计字段填充字段为NULL 不填充 #216

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