mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 14:29:23 +00:00
added filter option & tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user