From f9c3a95b6433c93b8e0e1788f1e308b811f29d5c Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 18:43:39 +0900 Subject: [PATCH] * update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ff649..c27ef45 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ steps: with: private-key: ${{ secrets.SSH_KEY }} 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 - name: Install packages run: apt install openssh-client rsync