diff --git a/.github/scripts/decrypt-secret.ps1 b/.github/scripts/decrypt-secret.ps1 index c1fbc39bf..8ce7b6651 100644 --- a/.github/scripts/decrypt-secret.ps1 +++ b/.github/scripts/decrypt-secret.ps1 @@ -5,6 +5,9 @@ ) $homePath = $env:HOME + +Write-Output "Home path is: '$homePath'" + $rootPath = $env:GITHUB_WORKSPACE $secretInputPath = $rootPath + "/.github/secrets"