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