From ba48eb22a1e6f9130848d1e0aca7d1449cfb9ea1 Mon Sep 17 00:00:00 2001 From: shimataro Date: Mon, 8 Feb 2021 23:13:07 +0900 Subject: [PATCH] update dirname --- .github/workflows/verify-on-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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