Skip to content

feat(maven): 添加 Maven Wrapper 支持,默认支持多线程编译 #817

feat(maven): 添加 Maven Wrapper 支持,默认支持多线程编译

feat(maven): 添加 Maven Wrapper 支持,默认支持多线程编译 #817

Workflow file for this run

name: 同步代码
on:
push:
branches: [ master,dev ]
pull_request:
branches: [ master,dev ]
jobs:
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"