1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

use known_hosts: no instead of no_known_hosts: true

This commit is contained in:
shimataro 2021-03-08 20:27:45 +09:00
parent 712085029d
commit c31b1e4544
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
8 changed files with 10 additions and 64 deletions

View file

@ -317,6 +317,6 @@ jobs:
uses: ./.
with:
key: ${{ secrets.SSH_KEY_PEM }}
no_known_hosts: true
known_hosts: no
- name: print created files
run: ls -l /root/.ssh