1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2026-05-06 18:07:35 +02:00
This commit is contained in:
b4u-mw 2026-05-05 08:41:56 +02:00 committed by GitHub
commit c9ff73d6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 3510 additions and 34 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.referenceCache || '').toBe('')
})
it('qualifies ref', async () => {