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