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