We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3f2fc commit b076c88Copy full SHA for b076c88
.github/workflows/demo.yml
@@ -54,5 +54,7 @@ jobs:
54
- run: |
55
git clone https://github.com/mpdude/test-1.git test-1-http
56
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
58
git clone https://github.com/mpdude/test-2.git test-2-http
59
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