diff --git a/.github/workflows/verify-on-container.yml b/.github/workflows/verify-on-container.yml index bc98683..9765d00 100644 --- a/.github/workflows/verify-on-container.yml +++ b/.github/workflows/verify-on-container.yml @@ -23,6 +23,6 @@ jobs: key: ${{ secrets.SSH_KEY }} known_hosts: ${{ secrets.KNOWN_HOSTS }} - name: print created files - run: ls -l ~/.ssh + run: ls -l /root/.ssh - name: git clone through SSH run: git clone git@github.com:shimataro/ssh-key-action.git tmp