mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
small changes for scripts.
This commit is contained in:
@@ -166,9 +166,9 @@ function Start-DownloadWithRetry
|
||||
param (
|
||||
[Parameter(Mandatory)]
|
||||
[string] $Url,
|
||||
[string] $DownloadPath = "${env:Temp}",
|
||||
[Parameter(Mandatory)]
|
||||
[string] $Name,
|
||||
[string] $DownloadPath = "${env:Temp}",
|
||||
[int] $retries = 20
|
||||
)
|
||||
$FilePath = Join-Path $DownloadPath $Name
|
||||
|
||||
Reference in New Issue
Block a user