mirror of
https://github.com/bitwarden/mobile
synced 2025-01-28 17:29:18 +01:00
write out homePath
This commit is contained in:
parent
766b4f7971
commit
b828cd5975
3
.github/scripts/decrypt-secret.ps1
vendored
3
.github/scripts/decrypt-secret.ps1
vendored
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user