Browse Source

Update sync-gitee.yml

pull/41962/head
MadCcc 2 years ago
committed by GitHub
parent
commit
19e1dcbd0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/sync-gitee.yml

2
.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 }}

Loading…
Cancel
Save