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