mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update example of known-hosts
This commit is contained in:
parent
383a23faaf
commit
16c7c9fa2b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ steps:
|
|||
private-key: ${{ secrets.SSH_KEY }}
|
||||
public-key: ${{ secrets.SSH_KEY_PUBLIC }}
|
||||
name: id_rsa # optional
|
||||
known-hosts: "" # optional
|
||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
|
||||
- name: Install packages
|
||||
run: apt install openssh-client rsync
|
||||
- name: rsync over ssh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue