mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
Add the ability to setup a caching git-lfs proxy server
This commit is contained in:
@@ -59,6 +59,9 @@ inputs:
|
||||
lfs:
|
||||
description: 'Whether to download Git-LFS files'
|
||||
default: false
|
||||
lfs-url:
|
||||
description: 'URL to use when fetching Git-LFS files'
|
||||
default: 'https://lfscache.office.playeveryware.com/${{ github.repository }}'
|
||||
submodules:
|
||||
description: >
|
||||
Whether to checkout submodules: `true` to checkout submodules or `recursive` to
|
||||
|
||||
Reference in New Issue
Block a user