mirror of https://github.com/openspug/spug
Update github_to_gitee.yml
parent
d7483b2c5f
commit
1f1c43dda2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue