diff --git a/.github/scripts/decrypt-secret.ps1 b/.github/scripts/decrypt-secret.ps1 index 809f91ee3..b5251d533 100644 --- a/.github/scripts/decrypt-secret.ps1 +++ b/.github/scripts/decrypt-secret.ps1 @@ -5,9 +5,6 @@ ) $homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path - -Write-Output "Home path is: '$homePath'" - $rootPath = $env:GITHUB_WORKSPACE $secretInputPath = $rootPath + "/.github/secrets"