mirror of
https://github.com/actions/checkout.git
synced 2025-12-17 06:52:36 +00:00
fetch verbose
This commit is contained in:
@@ -172,7 +172,8 @@ class GitCommandManager {
|
||||
'--no-tags',
|
||||
'--prune',
|
||||
'--progress',
|
||||
'--no-recurse-submodules'
|
||||
'--no-recurse-submodules',
|
||||
'--verbose'
|
||||
]
|
||||
if (fetchDepth > 0) {
|
||||
args.push(`--depth=${fetchDepth}`)
|
||||
|
||||
Reference in New Issue
Block a user