✨ 增加旋转动画和弹性动画按钮示例 #59
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 }} |