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:
parent
e061f4d684
commit
dba9282c03
1 changed files with 2 additions and 2 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue