remove duplicate variable settings

This commit is contained in:
David Refoua
2022-12-25 17:55:56 +00:00
parent fd12ece9af
commit af6472cb57
2 changed files with 0 additions and 3 deletions

View File

@ -108,8 +108,6 @@ function Fetch-DownloadUrl {
$headers["Authorization"] = "token $($env:GITHUB_TOKEN)"
}
Write-Host $headers
# Api server for GitHub
$urlHost = "api.github.com"