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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,11 @@ inputs:
73
73
fetch-tags:
74
74
description: 'Whether to fetch tags, even if fetch-depth > 0.'
75
75
default: false
76
+
fetch-parallel:
77
+
description: >
78
+
Specifies the maximal number of fetch operations to be run in parallel at a time (submodules, or remotes when the --multiple option of git-fetch is in effect).
79
+
A value of 0 will give some reasonable default. If unset, it defaults to 1.
80
+
default: 1
76
81
show-progress:
77
82
description: 'Whether to show progress status output when fetching.'
78
83
default: true
@@ -88,7 +93,7 @@ inputs:
88
93
When the `ssh-key` input is not provided, SSH URLs beginning with `[email protected]:` are
89
94
converted to HTTPS.
90
95
default: false
91
-
submodulesFetchJobs:
96
+
submodules-fetch-jobs:
92
97
description: >
93
98
Specifies how many submodules are fetched/cloned at the same time. A positive integer allows up to that number of submodules fetched in parallel. A value of 0 will give some reasonable default. If unset, it defaults to 1.
0 commit comments