Browse Source

fix: fix mirror.yml

tags/0.1.0
TCL GitHub 3 years ago
parent
commit
fc0d16a42f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions
  1. +7
    -3
      .github/workflows/mirror.yml

+ 7
- 3
.github/workflows/mirror.yml View File

@@ -4,7 +4,7 @@ on:
branches: [dev, main, master]

jobs:
mirror:
mirror-to-gitee:
runs-on: ubuntu-latest

steps:
@@ -15,8 +15,12 @@ jobs:
with:
source-repo: "git@github.com:eesast/THUAI6.git"
destination-repo: "git@gitee.com:eesast/THUAI6.git"
- name: Mirror to GitLink

mirror-to-gitlink:
runs-on: ubuntu-latest

steps:
- name: Mirror to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}


Loading…
Cancel
Save