We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f20306 commit e397db8Copy full SHA for e397db8
.github/workflows/mirror.yml
@@ -6,12 +6,10 @@ jobs:
6
mirror_to_gitee:
7
runs-on: ubuntu-latest
8
steps:
9
- - name: 'Checkout'
10
- uses: actions/checkout@v1
11
- - name: 'Mirror to gitee'
12
- uses: pixta-dev/repository-mirroring-action@v1
+ - uses: actions/checkout@v1
+ - uses: pixta-dev/repository-mirroring-action@v1
13
with:
14
target_repo_url:
15
git@gitee.com:PyQt5/PyQt.git
16
ssh_private_key:
17
- ${{ secrets.GIT_KEY }}
+ ${{ secrets.GIT_KEY }}
0 commit comments