You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,13 @@ branding:
11
11
icon: settings
12
12
13
13
inputs:
14
-
healthchecks: { default: "20", description: "Number of mirrors from the mirrors list to check for availability and up-to-dateness." }
15
-
speedtests: { default: "10", description: "Maximum number of healthy mirrors to test for speed." }
16
-
parallel: { default: "2", description: "Number of parallel speed tests. May result in incorrect results because of competing connections but finds a suitable mirror faster." }
17
-
sample-size: { default: "1024", description: "Number of kilobytes to download during the speed from each mirror." }
18
-
sample-time: { default: "3", description: "Maximum number of seconds within the sample download from a mirror must finish." }
19
-
14
+
healthchecks: { default: "20", description: "Number of mirrors from the mirrors list to check for availability and up-to-dateness." }
15
+
speedtests: { default: "10", description: "Maximum number of healthy mirrors to test for speed." }
16
+
parallel: { default: "2", description: "Number of parallel speed tests. May result in incorrect results because of competing connections but finds a suitable mirror faster." }
17
+
sample-size: { default: "1024", description: "Number of kilobytes to download during the speed from each mirror." }
18
+
sample-time: { default: "3", description: "Maximum number of seconds within the sample download from a mirror must finish." }
19
+
exclude-current: { default: "false", description: "Don't include the current APT mirror in the speed tests." }
0 commit comments