remove debug

This commit is contained in:
Kyle Spearrin 2020-06-09 13:14:11 -04:00
parent f95bbaa0f7
commit 092b536009
1 changed files with 0 additions and 3 deletions

View File

@ -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"