1
0
Fork 0
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:
shimataro 2019-09-29 13:00:49 +09:00
parent 383a23faaf
commit 16c7c9fa2b
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -21,7 +21,7 @@ steps:
private-key: ${{ secrets.SSH_KEY }} private-key: ${{ secrets.SSH_KEY }}
public-key: ${{ secrets.SSH_KEY_PUBLIC }} public-key: ${{ secrets.SSH_KEY_PUBLIC }}
name: id_rsa # optional name: id_rsa # optional
known-hosts: "" # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional
- name: Install packages - name: Install packages
run: apt install openssh-client rsync run: apt install openssh-client rsync
- name: rsync over ssh - name: rsync over ssh