ci: 只同步当前仓库

This commit is contained in:
bin456789 2023-10-22 00:28:55 +08:00
parent 078ea1d0cd
commit 43aad6f533
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -3,6 +3,7 @@ on: [push, workflow_dispatch]
jobs:
sync:
name: 同步到 Gitee
if: ${{ github.repository == 'bin456789/reinstall' }}
runs-on: ubuntu-latest
steps:
- uses: Yikun/hub-mirror-action@v1.3