mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 10:28:28 +03:00
remove debug
This commit is contained in:
parent
f95bbaa0f7
commit
092b536009
1 changed files with 0 additions and 3 deletions
3
.github/scripts/decrypt-secret.ps1
vendored
3
.github/scripts/decrypt-secret.ps1
vendored
|
@ -5,9 +5,6 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path
|
$homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path
|
||||||
|
|
||||||
Write-Output "Home path is: '$homePath'"
|
|
||||||
|
|
||||||
$rootPath = $env:GITHUB_WORKSPACE
|
$rootPath = $env:GITHUB_WORKSPACE
|
||||||
|
|
||||||
$secretInputPath = $rootPath + "/.github/secrets"
|
$secretInputPath = $rootPath + "/.github/secrets"
|
||||||
|
|
Loading…
Reference in a new issue