mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 03:13:23 +00:00
Update manifest-validator.ps1
This commit is contained in:
@@ -21,7 +21,6 @@ function Publish-Error {
|
||||
|
||||
function Test-DownloadUrl {
|
||||
param([string] $DownloadUrl)
|
||||
$DownloadUrl = $DownloadUrl + "w"
|
||||
$request = [System.Net.WebRequest]::Create($DownloadUrl)
|
||||
if ($AccessToken) {
|
||||
$request.Headers.Add("Authorization", $authorizationHeaderValue)
|
||||
|
||||
Reference in New Issue
Block a user