Skip to content

Commit

Permalink
Fixed YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 19, 2020
1 parent c9de7aa commit 85902e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Create-ApiKey.ps1
Expand Up @@ -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"

0 comments on commit 85902e5

Please sign in to comment.