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:
parent
1f9a0c22da
commit
5262024a96
6 changed files with 2391 additions and 2354 deletions
|
@ -39,6 +39,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
lfs: boolean
|
||||
|
||||
/**
|
||||
* The fetch URL to use for LFS objects
|
||||
*/
|
||||
lfsurl: string
|
||||
|
||||
/**
|
||||
* Indicates whether to checkout submodules
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue