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 2280da8 commit 394363dCopy full SHA for 394363d
.github/workflows/TestWorkflow.yml
@@ -63,8 +63,17 @@ jobs:
63
# Write-Host "$($headers | Format-List | Out-String)"
64
# }
65
66
- LogGroup "Get header from Get-GitHubRepository" {
67
- $results = Invoke-GithubAPI -APIEndpoint "/repos/${{ github.repository }}" -Debug -Verbose
68
- $headers = $results.headers
69
- Write-Host "$($headers | Format-List | Out-String)"
+ # LogGroup "Get header from Get-GitHubRepository" {
+ # $results = Invoke-GithubAPI -APIEndpoint "/repos/${{ github.repository }}" -Debug -Verbose
+ # $headers = $results.headers
+ # Write-Host "$($headers | Format-List | Out-String)"
70
+ # }
71
+
72
+ LogGroup "CLI status" {
73
+ gh auth status
74
+ }
75
76
+ LogGroup "CLI user debug" {
77
+ $env:GH_DEBUG = 'api'
78
+ gh user
79
}
0 commit comments