diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index 9a50ee1..8b3a9f8 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -8,10 +8,10 @@ jobs: sync-to-gitee: runs-on: ubuntu-latest steps: - - name: Organization mirror + - name: gitee-mirror-action uses: Yikun/hub-mirror-action@master with: - src: github/viarotel + src: github/viarotel-org dst: gitee/viarotel dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} dst_token: ${{ secrets.GITEE_TOKEN }}