mirror of
https://github.com/actions/checkout.git
synced 2025-03-31 05:20:06 +02:00
fetch verbose
This commit is contained in:
parent
94c2de77cc
commit
ad350781d4
2 changed files with 4 additions and 2 deletions
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}`)
|
||||||
|
|
Loading…
Add table
Reference in a new issue