From 19e1dcbd0a100620d4160119908a063ef62c7348 Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Mon, 24 Apr 2023 09:50:53 +0800 Subject: [PATCH] Update sync-gitee.yml --- .github/workflows/sync-gitee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-gitee.yml b/.github/workflows/sync-gitee.yml index 84951f64ac..f229d7e1d5 100644 --- a/.github/workflows/sync-gitee.yml +++ b/.github/workflows/sync-gitee.yml @@ -24,7 +24,7 @@ jobs: steps: - name: mirror continue-on-error: true - if: github.event_name == 'push' || (github.event_name == 'create' && github.event.ref_type == 'tag') + if: github.event_name == 'push' || (github.event_name == 'create' && github.event.ref_type == 'tag') || github.event_name == 'workflow_dispatch' uses: wearerequired/git-mirror-action@v1 env: SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }}