From 85902e5e882398b48fea4adf6c32799cd0361709 Mon Sep 17 00:00:00 2001 From: John Bristowe Date: Thu, 19 Nov 2020 10:04:23 +1000 Subject: [PATCH] Fixed YAML --- tests/Create-ApiKey.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Create-ApiKey.ps1 b/tests/Create-ApiKey.ps1 index d81953f5..e561e25f 100644 --- a/tests/Create-ApiKey.ps1 +++ b/tests/Create-ApiKey.ps1 @@ -22,5 +22,4 @@ $ApiObj = $repository.Users.CreateApiKey($UserObj, "go-octopusdeploy tests") #Save the API key so we can use it later Set-Content -Path tests\octopus_api.txt -Value $ApiObj.ApiKey -#Write-Host "::set-env name=OCTOPUS_APIKEY::$($ApiObj.ApiKey)" Write-Host "OCTOPUS_APIKEY=$($ApiObj.ApiKey) >> $GITHUB_ENV" \ No newline at end of file