chore: support use_insecure_cipher (#57)
Some checks failed
remote ssh command / Build (push) Failing after 3s

This commit is contained in:
Bo-Yi Wu
2020-05-24 10:54:31 +08:00
committed by GitHub
parent 6b00175bad
commit c9eebc1cde
4 changed files with 19 additions and 1 deletions

View File

@ -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