We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52df5a6 commit f2ffeb4Copy full SHA for f2ffeb4
‎.github/workflows/TestWorkflow.yml‎
@@ -403,12 +403,6 @@ jobs:
403
Token: ${{ secrets.TEST_USER_PAT }}
404
Prerelease: ${{ inputs.Prerelease }}
405
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
-
412
LogGroup 'Get-GitHubUser' {
413
Get-GitHubUser | Format-Table -AutoSize | Out-String
414
}
0 commit comments