We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0d7e2 commit c2bc443Copy full SHA for c2bc443
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
rm -rf .git
50
51
# Setup the destination repository
52
- git clone https://github.com/jacebrowning/template-python-demo temp
+ git clone git@github.com:jacebrowning/template-python-demo.git temp
53
mv temp/.git TemplateDemo/.git
54
rm -rf temp
55
cd TemplateDemo
0 commit comments