1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout synced 2025-06-11 06:22:25 +02:00
This commit is contained in:
Tatyana Kostromskaya 2023-09-05 14:33:16 +00:00
parent e1b7fe15cf
commit 276befb35c
3 changed files with 0 additions and 4 deletions

View file

@ -255,7 +255,6 @@ class GitCommandManager {
}
args.push('--prune', '--no-recurse-submodules')
console.log(`options show progress = ${options.showProgress}`)
if (options.showProgress) {
args.push('--progress')
}