diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 859273e..0bdbe23 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -18,5 +18,5 @@ jobs: run: ls -la ~/.ssh/ - name: install packages run: sudo apt install -y openssh-client - - name: SSH to github.com - run: ssh git@github.com + - name: git clone through SSH + run: git clone git@github.com:shimataro/ssh-key-action.git tmp