1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-07-01 11:24:59 +02:00

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
Write-Output "Home path is: '$homePath'"
$rootPath = $env:GITHUB_WORKSPACE
$secretInputPath = $rootPath + "/.github/secrets"