1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-07-12 08:40:45 +00:00

Add the ability to setup a caching git-lfs proxy server

This commit is contained in:
Matthew Endsley 2022-10-11 16:52:31 -07:00
parent 1f9a0c22da
commit 5262024a96
6 changed files with 2391 additions and 2354 deletions

View file

@ -39,6 +39,11 @@ export interface IGitSourceSettings {
*/
lfs: boolean
/**
* The fetch URL to use for LFS objects
*/
lfsurl: string
/**
* Indicates whether to checkout submodules
*/