1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00

fetch verbose

This commit is contained in:
eric sciple 2020-04-13 15:09:52 -04:00
parent 94c2de77cc
commit ad350781d4
2 changed files with 4 additions and 2 deletions

3
dist/index.js vendored
View file

@ -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}`);

View file

@ -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}`)