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

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