1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* use git clone for SSH connection test

This commit is contained in:
shimataro 2019-09-29 18:42:01 +09:00
parent e061f4d684
commit dba9282c03
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -18,5 +18,5 @@ jobs:
run: ls -la ~/.ssh/ run: ls -la ~/.ssh/
- name: install packages - name: install packages
run: sudo apt install -y openssh-client run: sudo apt install -y openssh-client
- name: SSH to github.com - name: git clone through SSH
run: ssh git@github.com run: git clone git@github.com:shimataro/ssh-key-action.git tmp