1
0
Fork 0
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:
Matthew Endsley 2022-10-12 12:09:34 -07:00
parent 5262024a96
commit fd6a72039b
6 changed files with 47 additions and 2 deletions

View file

@ -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
*/