From 85aad8d62b4b94365171fcdaa9b2c58613538360 Mon Sep 17 00:00:00 2001 From: Jace Browning Date: Thu, 2 Jan 2025 22:30:48 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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