Skip to content

Commit e397db8

Browse files
authored
Update mirror.yml
1 parent 0f20306 commit e397db8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .github/workflows/mirror.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ jobs:
66
mirror_to_gitee:
77
runs-on: ubuntu-latest
88
steps:
9-
- name: 'Checkout'
10-
uses: actions/checkout@v1
11-
- name: 'Mirror to gitee'
12-
uses: pixta-dev/repository-mirroring-action@v1
9+
- uses: actions/checkout@v1
10+
- uses: pixta-dev/repository-mirroring-action@v1
1311
with:
1412
target_repo_url:
1513
[email protected]:PyQt5/PyQt.git
1614
ssh_private_key:
17-
${{ secrets.GIT_KEY }}
15+
${{ secrets.GIT_KEY }}

0 commit comments

Comments
 (0)