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:
parent
712085029d
commit
c31b1e4544
8 changed files with 10 additions and 64 deletions
|
@ -337,6 +337,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue