Skip to content

Commit 9398f09

Browse files
committed
Try "ssh://"-URLs as suggested in #30 (comment)
1 parent cc3f2fc commit 9398f09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/demo.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ jobs:
5454
- run: |
5555
git clone https://github.com/mpdude/test-1.git test-1-http
5656
git clone [email protected]:mpdude/test-1.git test-1-git
57+
git clone ssh://[email protected]/mpdude/test-1.git test-1-git-ssh
5758
git clone https://github.com/mpdude/test-2.git test-2-http
5859
git clone [email protected]:mpdude/test-2.git test-2-git
60+
git clone ssh://[email protected]/mpdude/test-2.git test-2-git-ssh

0 commit comments

Comments
 (0)