This commit is contained in:
MaxKey
2022-04-23 10:08:40 +08:00
parent b6d30a8730
commit ba518828f8
1024 changed files with 142635 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
name: GiteeMirror
on: [push]
jobs:
to_gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitee.com:ng-alain/ng-alain.git
ssh_private_key: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}