mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
#1467 update dist
This commit is contained in:
parent
de1c608fff
commit
f63be2acac
3
dist/index.js
vendored
3
dist/index.js
vendored
@ -656,6 +656,9 @@ class GitCommandManager {
|
||||
if (!refSpec.some(x => x === refHelper.tagsRefSpec) && !options.fetchTags) {
|
||||
args.push('--no-tags');
|
||||
}
|
||||
else if (options.fetchTags) {
|
||||
args.push('--tags');
|
||||
}
|
||||
args.push('--prune', '--no-recurse-submodules');
|
||||
if (options.showProgress) {
|
||||
args.push('--progress');
|
||||
|
Loading…
x
Reference in New Issue
Block a user