1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-05-02 08:19:55 +02:00

Add the ability to setup a caching git-lfs proxy server

This commit is contained in:
Matthew Endsley 2022-10-11 16:52:31 -07:00
parent 1f9a0c22da
commit 5262024a96
6 changed files with 2391 additions and 2354 deletions

View file

@ -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