From 6b505a1c65c6d84eea470a32dc1da6ecc24e4e55 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 19 Oct 2023 21:34:33 +0200 Subject: [PATCH] Add progress indication --- make.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/make.ps1 b/make.ps1 index 517d760..5a5e9f3 100644 --- a/make.ps1 +++ b/make.ps1 @@ -128,6 +128,7 @@ function PushLocalRepoToRemote { [string] $gitUrl ) + Write-Host "Pushing repo contents to remote" # go to the temp folder Set-Location $tempFolder | Out-Null