From 092b5360091072992e6a09cd270d1b8dec73e5a5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 9 Jun 2020 13:14:11 -0400 Subject: [PATCH] remove debug --- .github/scripts/decrypt-secret.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/decrypt-secret.ps1 b/.github/scripts/decrypt-secret.ps1 index 809f91ee3d..b5251d533a 100644 --- a/.github/scripts/decrypt-secret.ps1 +++ b/.github/scripts/decrypt-secret.ps1 @@ -5,9 +5,6 @@ ) $homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path - -Write-Output "Home path is: '$homePath'" - $rootPath = $env:GITHUB_WORKSPACE $secretInputPath = $rootPath + "/.github/secrets"