mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-27 21:55:52 +00:00
#1467 fix fetchTags=true do not fetch tags
This commit is contained in:
parent
85e6279cec
commit
de1c608fff
2 changed files with 5 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue