mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
don't display the headers variable
This commit is contained in:
parent
f99480fd49
commit
c9e872e826
@ -108,8 +108,6 @@ function Fetch-DownloadUrl {
|
|||||||
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
|
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host $headers
|
|
||||||
|
|
||||||
# Api server for GitHub
|
# Api server for GitHub
|
||||||
$urlHost = "api.github.com"
|
$urlHost = "api.github.com"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user