mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
[Windows] Add more releases per page (#7391)
This commit is contained in:
@@ -7,10 +7,11 @@ function Get-RubyVersions
|
|||||||
{
|
{
|
||||||
param (
|
param (
|
||||||
[System.String] $Arch = "x64",
|
[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
|
try
|
||||||
{
|
{
|
||||||
$versionLists = @{}
|
$versionLists = @{}
|
||||||
|
|||||||
Reference in New Issue
Block a user