From 5d83fca0015028349c226a9c4edfe1e0a8cefeba Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 29 Dec 2019 18:19:35 +0900 Subject: [PATCH] * print created files twice --- .github/workflows/verify.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4830427..3bd6aae 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -71,6 +71,8 @@ jobs: DUMMY-KNOWN-HOSTS config: | DUMMY-CONFIG + - name: print created files + run: ls ~/.ssh - name: Install SSH key again uses: shimataro/ssh-key-action@HEAD with: @@ -81,5 +83,5 @@ jobs: DUMMY-KNOWN-HOSTS config: | # appended; size fill be 26 bytes. DUMMY-CONFIG - - name: print created files + - name: print created files again run: ls ~/.ssh