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:
parent
66374eaff9
commit
fd4359c178
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ steps:
|
||||||
with:
|
with:
|
||||||
key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
key: ${{ secrets.SSH_KEY_OF_TARGET }}
|
||||||
name: id_rsa-target
|
name: id_rsa-target
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # will be appended!
|
known_hosts: ${{ secrets.KNOWN_HOSTS_OF_TARGET }} # supported >=v2.1.0
|
||||||
config: | # will be appended!
|
config: | # supported >=v2.1.0
|
||||||
Host target
|
Host target
|
||||||
HostName yyy.yyy.yyy.yyy
|
HostName yyy.yyy.yyy.yyy
|
||||||
User user-of-target
|
User user-of-target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue