3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-07-03 01:56:09 +00:00
This commit is contained in:
Nacho Orlandoni 2026-06-04 21:06:02 +02:00 committed by GitHub
commit c723fb127e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 71 additions and 1 deletions

View file

@ -91,6 +91,7 @@ describe('input-helper tests', () => {
expect(settings.repositoryOwner).toBe('some-owner')
expect(settings.repositoryPath).toBe(gitHubWorkspace)
expect(settings.setSafeDirectory).toBe(true)
expect(settings.reference).toBe(undefined)
})
it('qualifies ref', async () => {