mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 10:15:09 +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
|
@ -477,6 +477,7 @@ async function setup(testName: string): Promise<void> {
|
|||
lfsInstall: jest.fn(),
|
||||
log1: jest.fn(),
|
||||
remoteAdd: jest.fn(),
|
||||
referenceAdd: jest.fn(),
|
||||
removeEnvironmentVariable: jest.fn(),
|
||||
revParse: jest.fn(),
|
||||
setEnvironmentVariable: jest.fn(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue