mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 17:01:38 +08:00
Add option to fetch tags even if fetch-depth > 0
This commit is contained in:
committed by
Robert Wieczoreck
parent
96f53100ba
commit
b896fd2f38
@@ -82,6 +82,7 @@ describe('input-helper tests', () => {
|
||||
expect(settings.sparseCheckout).toBe(undefined)
|
||||
expect(settings.sparseCheckoutConeMode).toBe(true)
|
||||
expect(settings.fetchDepth).toBe(1)
|
||||
expect(settings.fetchTags).toBe(false)
|
||||
expect(settings.lfs).toBe(false)
|
||||
expect(settings.ref).toBe('refs/heads/some-ref')
|
||||
expect(settings.repositoryName).toBe('some-repo')
|
||||
|
||||
Reference in New Issue
Block a user