mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
Add ability to set credential provider for the LFS server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user