test: comment the ED25519 ssh testing

This commit is contained in:
Bo-Yi Wu 2022-12-09 10:17:03 +08:00
parent db9be1d5f2
commit 0d5a3d0e48
1 changed files with 8 additions and 8 deletions

View File

@ -141,11 +141,11 @@ jobs:
-lah
use_insecure_cipher: true
- name: SSH ED25519 Private Key
uses: ./
with:
host: ${{ secrets.TUNNEL_HOST }}
username: ${{ secrets.TUNNEL_USERNAME }}
key: ${{ secrets.ID_ED25519 }}
port: ${{ secrets.TUNNEL_PORT }}
script: whoami
# - name: SSH ED25519 Private Key
# uses: ./
# with:
# host: ${{ secrets.TUNNEL_HOST }}
# username: ${{ secrets.TUNNEL_USERNAME }}
# key: ${{ secrets.ID_ED25519 }}
# port: ${{ secrets.TUNNEL_PORT }}
# script: whoami