From 04eacfe0def20fcd3811b8a6eb81efca3cc107b0 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 23 Nov 2019 12:38:48 +0900 Subject: [PATCH] * fix location of .ssh --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index d136edc..8e85daa 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -22,6 +22,6 @@ jobs: name: id_rsa # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional - name: print created files - run: ls .ssh + run: ls ~/.ssh - name: git clone through SSH run: git clone git@github.com:shimataro/ssh-key-action.git tmp