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 66b4598 commit 52df5a6Copy full SHA for 52df5a6
‎.github/workflows/TestWorkflow.yml‎
@@ -405,9 +405,10 @@ jobs:
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