From b8e7f3cbeb9dbc218c1ee4f01d74a5e94cb41fbc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 21 Oct 2023 15:39:10 +0200 Subject: [PATCH] convert to param --- make.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index 8a63e46..944ddfb 100644 --- a/make.ps1 +++ b/make.ps1 @@ -149,8 +149,8 @@ function GetSourceRepo { Write-Host "" git status - git add ./.azure-devops/ - git add ./.azure-devops/build.yml + git add $tempFolder/$subfolder + git add $tempFolder/$subfolder/build.yml git commit -m "Updated build.yml" } }