mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
chore: support use_insecure_cipher (#57)
This commit is contained in:
parent
6b00175bad
commit
c9eebc1cde
4 changed files with 19 additions and 1 deletions
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -92,3 +92,13 @@ jobs:
|
|||
script: |
|
||||
whoami
|
||||
ls -al
|
||||
|
||||
- name: use insecure cipher
|
||||
uses: ./
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
||||
use_insecure_cipher: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue