Skip to content

Commit bfcc824

Browse files
🩹 [Patch]: Add debug and verbose logging to GitHub API header retrieval
1 parent 2bd338d commit bfcc824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TestWorkflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
}
233233
234234
LogGroup "Get header from Get-GitHubUser" {
235-
$results = Invoke-GithubAPI -APIEndpoint "/user"
235+
$results = Invoke-GithubAPI -APIEndpoint "/user" -Debug -Verbose
236236
$headers = $results.headers
237237
Write-Host "$($headers | Format-List | Out-String)"
238238
}

0 commit comments

Comments
 (0)