0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-05-26 03:23:35 +03:00

Reference support

* Add support for reference repository parameter

---------

Co-authored-by: Diego Dompe <ddompe@gmail.com>
This commit is contained in:
Nacho Orlandoni 2023-10-28 11:30:25 -04:00 committed by GitHub
parent b4ffde65f4
commit 65f77605c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 71 additions and 1 deletions

View file

@ -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(),