mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
write out homePath
This commit is contained in:
3
.github/scripts/decrypt-secret.ps1
vendored
3
.github/scripts/decrypt-secret.ps1
vendored
@@ -5,6 +5,9 @@
|
||||
)
|
||||
|
||||
$homePath = $env:HOME
|
||||
|
||||
Write-Output "Home path is: '$homePath'"
|
||||
|
||||
$rootPath = $env:GITHUB_WORKSPACE
|
||||
|
||||
$secretInputPath = $rootPath + "/.github/secrets"
|
||||
|
||||
Reference in New Issue
Block a user