1
0
Fork 0
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:
shimataro 2020-01-18 18:43:39 +09:00
parent be28713ffe
commit f9c3a95b64
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -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