Update mirror.yml
This commit is contained in:
parent
0f2030684e
commit
e397db884f
1 changed files with 3 additions and 5 deletions
6
.github/workflows/mirror.yml
vendored
6
.github/workflows/mirror.yml
vendored
|
@ -6,10 +6,8 @@ jobs:
|
||||||
mirror_to_gitee:
|
mirror_to_gitee:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout'
|
- uses: actions/checkout@v1
|
||||||
uses: actions/checkout@v1
|
- uses: pixta-dev/repository-mirroring-action@v1
|
||||||
- name: 'Mirror to gitee'
|
|
||||||
uses: pixta-dev/repository-mirroring-action@v1
|
|
||||||
with:
|
with:
|
||||||
target_repo_url:
|
target_repo_url:
|
||||||
git@gitee.com:PyQt5/PyQt.git
|
git@gitee.com:PyQt5/PyQt.git
|
||||||
|
|
Loading…
Reference in a new issue