mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-26 22:09:55 +02: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
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue