Skip to content

Commit 02b2f5c

Browse files
committed
Github Actions
1 parent e8c092a commit 02b2f5c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/mirror.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'GitHub Actions Mirror'
2+
3+
on: [push, delete]
4+
5+
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
13+
with:
14+
target_repo_url:
15+
[email protected]:PyQt5/PyQt.git
16+
ssh_private_key:
17+
${{ secrets.GIT_KEY }}

0 commit comments

Comments
 (0)