MadCcc
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/sync-gitee.yml
|
@ -24,7 +24,7 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- name: mirror |
|
|
- name: mirror |
|
|
continue-on-error: true |
|
|
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 |
|
|
uses: wearerequired/git-mirror-action@v1 |
|
|
env: |
|
|
env: |
|
|
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} |
|
|
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SSH_PRIVATE_KEY }} |
|
|