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

@ -86,6 +86,10 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
# Default: https://lfscache.office.playeveryware.com/${{ github.repository }}
lfs-url: ''
# Credential provider for the Git-LFS server
# Default: github
lfs-url-cred-provider: ''
# Whether to checkout submodules: `true` to checkout submodules or `recursive` to
# recursively checkout submodules.
#