Test whether we're using the wrong ssh client
This commit is contained in:
parent
d3770df27e
commit
10fed90131
1 changed files with 2 additions and 1 deletions
3
.github/workflows/demo.yml
vendored
3
.github/workflows/demo.yml
vendored
|
@ -60,7 +60,8 @@ jobs:
|
|||
- run: |
|
||||
cat ~/.ssh/config
|
||||
ssh-add -l
|
||||
git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
C:/Windows/System32/OpenSSH/ssh.exe -v git@key-2 'echo octocat'
|
||||
# git clone git@github.com:mpdude/test-2.git test-2-git
|
||||
# ls -alh ~/.ssh
|
||||
# git clone https://github.com/mpdude/test-1.git test-1-http
|
||||
# git clone git@github.com:mpdude/test-1.git test-1-git
|
||||
|
|
Loading…
Reference in a new issue