Skip to content

Commit 08ead55

Browse files
committed
manually change index.js
1 parent 845eabf commit 08ead55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ class GitCommandManager {
656656
if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) {
657657
args.push('--no-tags');
658658
}
659+
args.push('--quiet');
659660
args.push('--prune', '--no-recurse-submodules');
660661
if (options.showProgress) {
661662
args.push('--progress');

0 commit comments

Comments
 (0)