From dba9282c03a9ac5797f47c6791fb7378782b6ed3 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 29 Sep 2019 18:42:01 +0900 Subject: [PATCH] * use git clone for SSH connection test --- .github/workflows/verify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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