mirror of
https://github.com/actions/checkout.git
synced 2025-07-12 08:40:45 +00:00
Add ability to set credential provider for the LFS server
This commit is contained in:
parent
5262024a96
commit
fd6a72039b
6 changed files with 47 additions and 2 deletions
|
@ -44,6 +44,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
lfsurl: string
|
||||
|
||||
/**
|
||||
* The credential provider to usse for the Git LFS server
|
||||
*/
|
||||
lfsCredProvider: string
|
||||
|
||||
/**
|
||||
* Indicates whether to checkout submodules
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue