mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
[Windows] Add more releases per page (#7391)
This commit is contained in:
@@ -7,10 +7,11 @@ function Get-RubyVersions
|
||||
{
|
||||
param (
|
||||
[System.String] $Arch = "x64",
|
||||
[System.String] $Extension = "7z"
|
||||
[System.String] $Extension = "7z",
|
||||
[System.String] $ReleasesAmount = "50"
|
||||
)
|
||||
|
||||
$uri = "https://api.github.com/repos/oneclick/rubyinstaller2/releases"
|
||||
$uri = "https://api.github.com/repos/oneclick/rubyinstaller2/releases?per_page=$ReleasesAmount"
|
||||
try
|
||||
{
|
||||
$versionLists = @{}
|
||||
|
||||
Reference in New Issue
Block a user