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 fabf4c2 commit 66b4598Copy full SHA for 66b4598
‎.github/workflows/TestWorkflow.yml‎
@@ -403,6 +403,11 @@ 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
+ $printLink = $Host.UI.SupportsVirtualTerminal -and $script:GitHub.EnvironmentType -ne 'GHA'
409
+ Write-Host "Print links: $printLink"
410
+
411
LogGroup 'Get-GitHubUser' {
412
Get-GitHubUser | Format-Table -AutoSize | Out-String
413
}
0 commit comments