3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-05-30 07:56:32 +00:00
This commit is contained in:
Alexander Cranga 2026-05-07 14:41:50 +02:00 committed by GitHub
commit d00c4ca496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 72 additions and 8 deletions

View file

@ -80,6 +80,7 @@ describe('input-helper tests', () => {
expect(settings.commit).toBeTruthy()
expect(settings.commit).toBe('1234567890123456789012345678901234567890')
expect(settings.filter).toBe(undefined)
expect(settings.defaultBranchCheckout).toBe(false)
expect(settings.sparseCheckout).toBe(undefined)
expect(settings.sparseCheckoutConeMode).toBe(true)
expect(settings.fetchDepth).toBe(1)