From 0803f16a49bd06b16b52f7454039c2896c588c97 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sat, 8 Apr 2023 22:20:21 +0200 Subject: [PATCH] debug update powershell.config.json --- .github/workflows/golang-test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index 610f8619f..97cce4a89 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -57,7 +57,7 @@ jobs: $list = New-Object System.Collections.ArrayList $list = "BestPractices","UpdateServices" $ConfigJSON = ConvertTo-Json -InputObject @{ - "Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned", + "Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned" "WindowsPowerShellCompatibilityModuleDenyList" = $list } $ConfigJSON | Out-File -Force $ConfigPath