mirror of
https://github.com/actions/checkout.git
synced 2025-12-19 08:38:25 +00:00
Add the ability to setup a caching git-lfs proxy server
This commit is contained in:
@@ -91,6 +91,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||
|
||||
// LFS
|
||||
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
|
||||
result.lfsurl = (core.getInput('lfs-url') || '')
|
||||
core.debug(`lfs = ${result.lfs}`)
|
||||
|
||||
// Submodules
|
||||
|
||||
Reference in New Issue
Block a user