mirror of
https://github.com/actions/checkout.git
synced 2025-12-16 07:19:24 +00:00
Adding fetch tags even when fetch depth is greater than 0
This commit is contained in:
@@ -801,6 +801,7 @@ async function setup(testName: string): Promise<void> {
|
||||
clean: true,
|
||||
commit: '',
|
||||
fetchDepth: 1,
|
||||
fetchTags: false,
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
nestedSubmodules: false,
|
||||
|
||||
Reference in New Issue
Block a user