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:
parent
1f9a0c22da
commit
5262024a96
6 changed files with 2391 additions and 2354 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue