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