✨ feat(QColumnView): 文件系统浏览器 #62
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'GitHub Actions Mirror' | |
on: [push, delete] | |
jobs: | |
mirror_to_gitee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: pixta-dev/repository-mirroring-action@v1 | |
with: | |
target_repo_url: | |
[email protected]:PyQt5/PyQt.git | |
ssh_private_key: | |
${{ secrets.GIT_KEY }} |