Skip to content

upgrade(codegen): anyline 8.7.2 #450

upgrade(codegen): anyline 8.7.2

upgrade(codegen): anyline 8.7.2 #450

Workflow file for this run

name: 同步代码
on:
push:
branches: [ master,jdk17,jdk17-dev,dev ]
pull_request:
branches: [ master,jdk17,jdk17-dev,dev ]
jobs:
gitlink:
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"
gitee:
runs-on: ubuntu-latest
container:
image: "centos:8"
steps:
- uses: wearerequired/git-mirror-action@master #同步至 gitee
env:
SSH_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
with:
source-repo: "[email protected]:pig-mesh/pig.git"
destination-repo: "[email protected]:log4j/pig.git"