From e397db884f105891c7e23d1f4f03ee22cb43c1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=BDoo=E6=82=BE=E7=B5=94=E2=84=85o=E3=80=82?= <892768447@qq.com> Date: Wed, 23 Jun 2021 16:15:21 +0000 Subject: [PATCH] Update mirror.yml --- .github/workflows/mirror.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 9385afa..e308482 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -6,12 +6,10 @@ jobs: mirror_to_gitee: runs-on: ubuntu-latest steps: - - name: 'Checkout' - uses: actions/checkout@v1 - - name: 'Mirror to gitee' - uses: pixta-dev/repository-mirroring-action@v1 + - uses: actions/checkout@v1 + - uses: pixta-dev/repository-mirroring-action@v1 with: target_repo_url: git@gitee.com:PyQt5/PyQt.git ssh_private_key: - ${{ secrets.GIT_KEY }} \ No newline at end of file + ${{ secrets.GIT_KEY }}