Skip to content

Commit 0d5a3d0

Browse files
committed
test: comment the ED25519 ssh testing
1 parent db9be1d commit 0d5a3d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ jobs:
141141
-lah
142142
use_insecure_cipher: true
143143

144-
- name: SSH ED25519 Private Key
145-
uses: ./
146-
with:
147-
host: ${{ secrets.TUNNEL_HOST }}
148-
username: ${{ secrets.TUNNEL_USERNAME }}
149-
key: ${{ secrets.ID_ED25519 }}
150-
port: ${{ secrets.TUNNEL_PORT }}
151-
script: whoami
144+
# - name: SSH ED25519 Private Key
145+
# uses: ./
146+
# with:
147+
# host: ${{ secrets.TUNNEL_HOST }}
148+
# username: ${{ secrets.TUNNEL_USERNAME }}
149+
# key: ${{ secrets.ID_ED25519 }}
150+
# port: ${{ secrets.TUNNEL_PORT }}
151+
# script: whoami

0 commit comments

Comments
 (0)