1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-06-15 18:26:36 +00:00

Allow to fetch tags.

This commit is contained in:
Steven Van Ingelgem 2025-06-10 08:45:30 +02:00
parent df9ce67227
commit 6b47c9436e
2 changed files with 5 additions and 2 deletions

View file

@ -134,6 +134,7 @@ describe('Test fetchDepth and fetchTags options', () => {
'-c',
'protocol.version=2',
'fetch',
'--tags',
'--prune',
'--no-recurse-submodules',
'--filter=filterValue',
@ -248,6 +249,7 @@ describe('Test fetchDepth and fetchTags options', () => {
'-c',
'protocol.version=2',
'fetch',
'--tags',
'--prune',
'--no-recurse-submodules',
'--filter=filterValue',
@ -364,6 +366,7 @@ describe('Test fetchDepth and fetchTags options', () => {
'-c',
'protocol.version=2',
'fetch',
'--tags',
'--prune',
'--no-recurse-submodules',
'--progress',