Add exclude_from_clean option

This commit is contained in:
Gregory Bonaert 2025-04-10 10:13:16 +02:00
parent 85e6279cec
commit ed2311a594
10 changed files with 45 additions and 12 deletions

View file

@ -57,6 +57,8 @@ inputs:
clean:
description: 'Whether to execute `git clean -ffdx && git reset --hard HEAD` before fetching'
default: true
exclude_from_clean:
description: 'The path to exclude from cleaning'
filter:
description: >
Partially clone against a given filter.