mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-04 22:39:42 +00:00
Add option to fetch tags even if fetch-depth > 0 (#579)
* Add option to fetch tags even if fetch-depth > 0 * Add jest tests for fetchDepth and fetchTags options
This commit is contained in:
committed by
GitHub
parent
96f53100ba
commit
7739b9ba2e
@ -805,6 +805,7 @@ async function setup(testName: string): Promise<void> {
|
||||
sparseCheckout: [],
|
||||
sparseCheckoutConeMode: true,
|
||||
fetchDepth: 1,
|
||||
fetchTags: false,
|
||||
lfs: false,
|
||||
submodules: false,
|
||||
nestedSubmodules: false,
|
||||
|
Reference in New Issue
Block a user