diff --git a/packages/touchpr/touchpr.nu b/packages/touchpr/touchpr.nu index cd12960..bf0901b 100644 --- a/packages/touchpr/touchpr.nu +++ b/packages/touchpr/touchpr.nu @@ -29,7 +29,7 @@ def main [ let pr_details = (http get $api_url) let branch_name = $pr_details.head.ref - let clone_url = $pr_details.head.repo.clone_url + let clone_url = $pr_details.head.repo.ssh_url # Create a temporary directory let temp_dir = (mktemp -d) @@ -59,4 +59,4 @@ def main [ # Clean up cd .. rm -rf $temp_dir -} \ No newline at end of file +}