Merge pull request #689 from BlitherBoom812/patch-3 #747
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: mirror | |
on: | |
push: | |
branches: [dev, main, master] | |
jobs: | |
mirror-to-gitee: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror to Gitee | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:eesast/THUAI6.git" | |
destination-repo: "[email protected]:eesast/THUAI6.git" | |
mirror-to-gitlink: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Mirror to GitLink | |
uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} | |
with: | |
source-repo: "[email protected]:eesast/THUAI6.git" | |
destination-repo: "[email protected]:EESAST/THUAI6.git" |