From e473bddff68cf10798b6258efeb2389fdff6d6ad Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 29 Sep 2019 19:25:34 +0900 Subject: [PATCH] Revert "* remove known_hosts for test" This reverts commit 96f512a3a149cafcabdf2bdb048ad0dfaf00df39. --- .github/workflows/verify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 45d6439..76c1ec7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -20,5 +20,6 @@ jobs: private-key: ${{ secrets.SSH_KEY }} public-key: ${{ secrets.SSH_KEY_PUBLIC }} name: 'id_rsa' # optional + known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional - name: git clone through SSH run: git clone git@github.com:shimataro/ssh-key-action.git tmp