From 0bd87f4e5460b8bf407fcdf27e121fed49fdc8ef Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Sun, 24 Jan 2021 18:53:15 +0800 Subject: [PATCH] ci: add account_type and debug --- .github/workflows/Gitee.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Gitee.yml b/.github/workflows/Gitee.yml index 828422b0..a78ea071 100644 --- a/.github/workflows/Gitee.yml +++ b/.github/workflows/Gitee.yml @@ -24,9 +24,11 @@ jobs: - name: Single repo mirror uses: Yikun/hub-mirror-action@master with: + account_type: org src: github/OI-wiki dst: gitee/OI-wiki dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} dst_token: ${{ secrets.GITEE_TOKEN }} # white_list: "OI-wiki" force_update: true + debug: true -- 2.11.0