From 4c9fc9850cdacbd2824d8ba154bf3eec3caada89 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sat, 8 Apr 2023 22:15:02 +0200 Subject: [PATCH] debug update powershell.config.json --- .github/workflows/golang-test-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang-test-windows.yml b/.github/workflows/golang-test-windows.yml index 6748a2ef1..9d814fba8 100644 --- a/.github/workflows/golang-test-windows.yml +++ b/.github/workflows/golang-test-windows.yml @@ -55,8 +55,8 @@ jobs: run: | $ConfigPath = "$PSHOME\powershell.config.json" $ConfigJSON = ConvertTo-Json -InputObject @{ - "Microsoft.PowerShell:ExecutionPolicy": "RemoteSigned", - "WindowsPowerShellCompatibilityModuleDenyList": [ + "Microsoft.PowerShell:ExecutionPolicy" = "RemoteSigned", + "WindowsPowerShellCompatibilityModuleDenyList" = [ "BestPractices", "UpdateServices" ]