mirror of
https://github.com/actions/checkout.git
synced 2025-12-14 22:39:24 +00:00
Add exclude_from_clean option
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user