Skip to content

Commit

Permalink
Try "ssh://"-URLs as suggested in #30 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Feb 13, 2021
1 parent cc3f2fc commit b076c88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
- run: |
git clone https://github.com/mpdude/test-1.git test-1-http
git clone git@github.com:mpdude/test-1.git test-1-git
git clone ssh://git@github.com:mpdude/test-1.git test-1-git-ssh
git clone https://github.com/mpdude/test-2.git test-2-http
git clone git@github.com:mpdude/test-2.git test-2-git
git clone ssh://git@github.com:mpdude/test-2.git test-2-git-ssh

0 comments on commit b076c88

Please sign in to comment.