1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00: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"