added filter option & tests

This commit is contained in:
Finley Garton
2023-06-30 17:12:38 +01:00
parent 96f53100ba
commit 99fc22de1f
7 changed files with 46 additions and 1 deletions

View File

@@ -53,6 +53,9 @@ inputs:
clean:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
filter:
description: 'Partially clone against a given filter.'
default: null
sparse-checkout:
description: >
Do a sparse checkout on given patterns.