From 0ab160f67a666583413d1f6d5759fadd8967b677 Mon Sep 17 00:00:00 2001 From: shimataro Date: Mon, 8 Feb 2021 22:54:58 +0900 Subject: [PATCH] remove print step --- .github/workflows/verify-on-container.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/verify-on-container.yml b/.github/workflows/verify-on-container.yml index a7b64e9..ce27fb5 100644 --- a/.github/workflows/verify-on-container.yml +++ b/.github/workflows/verify-on-container.yml @@ -24,7 +24,5 @@ jobs: known_hosts: ${{ secrets.KNOWN_HOSTS }} - name: move .ssh to /root run: mv ~/.ssh /root - - name: print created files - run: ls -l ~/.ssh - name: git clone through SSH run: git clone git@github.com:shimataro/ssh-key-action.git tmp