mirror of
https://forgejo.mixinet.net/actions/checkout.git
synced 2025-06-15 14:50:45 -06:00
Add fetch.parallel option
This commit is contained in:
parent
edc3278d02
commit
9efed57e86
7 changed files with 36 additions and 2 deletions
|
@ -153,6 +153,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
|||
|
||||
// Fetch
|
||||
core.startGroup('Fetching the repository')
|
||||
await git.config('fetch.parallel', settings.fetchParallel.toString())
|
||||
const fetchOptions: {
|
||||
filter?: string
|
||||
fetchDepth?: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue