updated docs to specify override

This commit is contained in:
Finley Garton 2023-09-08 17:20:25 +01:00
parent edb1935aaa
commit 26d0448659
No known key found for this signature in database
GPG key ID: 8D1E50A9A9B1C522
3 changed files with 23 additions and 17 deletions

View file

@ -54,12 +54,14 @@ inputs:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
filter:
description: 'Partially clone against a given filter.'
description: >
Partially clone against a given filter.
Overrides sparse-checkout if set.
default: null
sparse-checkout:
description: >
Do a sparse checkout on given patterns.
Each pattern should be separated with new lines
Each pattern should be separated with new lines.
default: null
sparse-checkout-cone-mode:
description: >