Merge pull request #397 from Panxuc/dev #412
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_PRIVATE_SSH_KEY }} | |
with: | |
source-repo: "[email protected]:eesast/THUAI7.git" | |
destination-repo: "[email protected]:eesast/thuai7.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_PRIVATE_SSH_KEY }} | |
with: | |
source-repo: "[email protected]:eesast/THUAI7.git" | |
destination-repo: "[email protected]:EESAST/THUAI7.git" |