3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2026-07-05 02:56:14 +00:00
This commit is contained in:
b4u-mw 2026-06-02 15:56:40 +02:00 committed by GitHub
commit a4d57fb01d
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 () => {