Skip to content

Commit 4cb2653

Browse files
committed
fix: updates https > ssh to allow clone in CI
1 parent dfc3fa8 commit 4cb2653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exports/Taskfile.dist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tasks:
5858
rsync -rq --exclude=.git --exclude= {{.TASKIT_LOCAL_PATH}} .taskit
5959
else
6060
echo "Downloading taskit from remote repo..."
61-
git clone -b {{.TASKIT_BRANCH}} git@github.com:masterpointio/taskit.git .taskit
61+
git clone -b {{.TASKIT_BRANCH}} https://github.com/masterpointio/taskit.git .taskit
6262
fi
6363
6464
echo -e "\n\n⚡ Taskit successfully initialized! ⚡\n"

0 commit comments

Comments
 (0)