diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d7f924a..a5b2a1a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: # 6. Install SSH key - name: Install SSH Key - uses: shimataro/ssh-key-action@v2 + uses: https://gitee.com/mirrors_muesli/ssh-key-action@v2 with: key: ${{ secrets.SERVER_SSH_KEY }} known_hosts: unnecessary # Automatically confirm first connection