Merge branch 'main' into partial-fetch-filter-option

This commit is contained in:
Cory Miller
2023-09-05 12:44:22 -04:00
committed by GitHub
17 changed files with 410 additions and 15947 deletions

View File

@ -83,6 +83,8 @@ 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.showProgress).toBe(true)
expect(settings.lfs).toBe(false)
expect(settings.ref).toBe('refs/heads/some-ref')
expect(settings.repositoryName).toBe('some-repo')