mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-05-09 11:33:53 +02:00
Add support for reference repository parameter
This commit is contained in:
parent
96f53100ba
commit
e60e249777
10 changed files with 66 additions and 1 deletions
|
@ -88,6 +88,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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue