Skip to content

Merge pull request #17 from kenchou/main #36

Merge pull request #17 from kenchou/main

Merge pull request #17 from kenchou/main #36

Workflow file for this run

name: Sync Mirror
on: [ push, pull_request ]
# 确保一次只运行一个镜像任务
concurrency:
group: git-mirror
jobs:
# 自动同步镜像
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: '[email protected]:wtklbm/crm.git'
destination-repo: '[email protected]:wtklbm/crm.git'