From 6ebde50ef93a9847ff25888ed677eff8f215d2ac Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 15:56:26 +0200 Subject: [PATCH] log url to fix the security config --- make.ps1 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/make.ps1 b/make.ps1 index 2c3f8ca..3c524d9 100644 --- a/make.ps1 +++ b/make.ps1 @@ -154,9 +154,7 @@ function PushLocalRepoToRemote { # go to the temp folder Set-Location $tempFolder | Out-Null - - Get-Location - ls + Write-Host "gitUrl=[$gitUrl]" # add the remote git remote add $repoName $gitUrl #*> $null