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

fix README.md

This commit is contained in:
KimSoungRyoul 2020-12-14 21:10:29 +09:00
parent 66374eaff9
commit fd4359c178

View file

@ -67,8 +67,8 @@ steps:
with:
key: ${{ secrets.SSH_KEY_OF_TARGET }}
name: id_rsa-target
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended!
config: | # will be appended!
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # supported >=v2.1.0
config: | # supported >=v2.1.0
Host target
HostName yyy.yyy.yyy.yyy
User user-of-target