From b828cd59755ec4a7021f03d470456f79c3c6e28e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 9 Jun 2020 12:56:53 -0400 Subject: [PATCH] write out homePath --- .github/scripts/decrypt-secret.ps1 | 3 +++ 1 file changed, 3 insertions(+) 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"