1 changed files with 17 additions and 0 deletions
@ -0,0 +1,17 @@
@@ -0,0 +1,17 @@
|
||||
name: Sync to Gitee |
||||
on: |
||||
push: |
||||
branches: |
||||
- master |
||||
jobs: |
||||
sync: |
||||
name: Sync to Gitee |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- name: Sync to Gitee |
||||
uses: wearerequired/git-mirror-action@master |
||||
env: |
||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} |
||||
with: |
||||
source-repo: "git@github.com:OhYee/code-questions.git" |
||||
destination-repo: "git@gitee.com:OhYee/code-questions.git" |
Loading…
Reference in new issue