write out homePath

This commit is contained in:
Kyle Spearrin 2020-06-09 12:56:53 -04:00
parent 766b4f7971
commit b828cd5975

View file

@ -5,6 +5,9 @@
) )
$homePath = $env:HOME $homePath = $env:HOME
Write-Output "Home path is: '$homePath'"
$rootPath = $env:GITHUB_WORKSPACE $rootPath = $env:GITHUB_WORKSPACE
$secretInputPath = $rootPath + "/.github/secrets" $secretInputPath = $rootPath + "/.github/secrets"