mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* update README
This commit is contained in:
parent
be28713ffe
commit
f9c3a95b64
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ steps:
|
||||||
with:
|
with:
|
||||||
private-key: ${{ secrets.SSH_KEY }}
|
private-key: ${{ secrets.SSH_KEY }}
|
||||||
name: id_rsa # optional
|
name: id_rsa # optional
|
||||||
known-hosts: ${{ secrets.KNOWN_HOSTS }} # known_hosts; optional
|
known-hosts: ${{ secrets.KNOWN_HOSTS }} # known_hosts
|
||||||
config: ${{ secrets.CONFIG }} # ssh_config; optional
|
config: ${{ secrets.CONFIG }} # ssh_config; optional
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: apt install openssh-client rsync
|
run: apt install openssh-client rsync
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue