Update github_to_gitee.yml

pull/248/head
Fighter 2020-12-04 19:01:08 +08:00 committed by GitHub
parent d7483b2c5f
commit 1f1c43dda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 7 deletions

View File

@ -4,7 +4,10 @@ jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: openspug/spug@master - name: Checkout source codes
uses: actions/checkout@v1
- name: Mirror Github to Gitee
uses: ./.
with: with:
src: github/openspug src: github/openspug
dst: gitee/openspug dst: gitee/openspug