From b957d8dcfbf9033e6cf2893db9efd1f04b9378bf Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 23 Nov 2019 12:40:36 +0900 Subject: [PATCH] Feature/print-created-files (#34) * * print created files * * fix location of .ssh --- .github/workflows/verify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 1856c4f..8e85daa 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -21,5 +21,7 @@ jobs: public-key: ${{ secrets.SSH_KEY_PUBLIC }} name: id_rsa # optional known-hosts: ${{ secrets.KNOWN_HOSTS }} # optional + - name: print created files + run: ls ~/.ssh - name: git clone through SSH run: git clone git@github.com:shimataro/ssh-key-action.git tmp