mirror of
https://github.com/actions/checkout.git
synced 2025-04-21 01:56: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue