mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-08-29 05:24:59 -04:00
Merge branch 'main' into partial-fetch-filter-option
This commit is contained in:
commit
edb1935aaa
17 changed files with 9582 additions and 25119 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue