chore: support use_insecure_cipher (#57)

This commit is contained in:
Bo-Yi Wu 2020-05-24 10:54:31 +08:00 committed by GitHub
parent 6b00175bad
commit c9eebc1cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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