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

@ -62,6 +62,9 @@ inputs:
lfs-url:
description: 'URL to use when fetching Git-LFS files'
default: 'https://lfscache.office.playeveryware.com/${{ github.repository }}'
lfs-url-cred-provider:
description: 'Credential provider for the Git-LFS server'
default: 'github'
submodules:
description: >
Whether to checkout submodules: `true` to checkout submodules or `recursive` to