mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
write out homePath
This commit is contained in:
parent
766b4f7971
commit
b828cd5975
1 changed files with 3 additions and 0 deletions
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"
|
||||
|
|
Loading…
Reference in a new issue