diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a584078..12a545b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: rm -rf .git # Setup the destination repository - git clone https://jacebrowning/template-python-demo temp + git clone https://github.com/jacebrowning/template-python-demo temp mv temp/.git TemplateDemo/.git rm -rf temp