Skip to content

Commit f2ffeb4

Browse files
🩹 [Patch]: Remove debug output for virtual terminal support and environment type in Action-Test job
1 parent 52df5a6 commit f2ffeb4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

‎.github/workflows/TestWorkflow.yml‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,6 @@ jobs:
403403
Token: ${{ secrets.TEST_USER_PAT }}
404404
Prerelease: ${{ inputs.Prerelease }}
405405
Script: |
406-
Write-Host "SupportsVirtualTerminal: $($Host.UI.SupportsVirtualTerminal)"
407-
Write-Host "EnvironmentType: $($script:GitHub.EnvironmentType)"
408-
Write-Host "GHA? $($env:GITHUB_ACTIONS -eq 'true')"
409-
$printLink = $Host.UI.SupportsVirtualTerminal -and $script:GitHub.EnvironmentType -ne 'GHA'
410-
Write-Host "Print links: $printLink"
411-
412406
LogGroup 'Get-GitHubUser' {
413407
Get-GitHubUser | Format-Table -AutoSize | Out-String
414408
}

0 commit comments

Comments
 (0)