mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
Add clean-exclude input
This allows clients to ignore specific paths from the clean phase of the checkout.
This commit is contained in:
@@ -74,6 +74,10 @@ When Git 2.18 or higher is not in your PATH, falls back to the REST API to downl
|
||||
# Default: true
|
||||
clean: ''
|
||||
|
||||
# Comma separated paths to exclude when executing `git clean -ffdx`
|
||||
# Default:
|
||||
clean-exclude: ''
|
||||
|
||||
# Number of commits to fetch. 0 indicates all history for all branches and tags.
|
||||
# Default: 1
|
||||
fetch-depth: ''
|
||||
|
||||
Reference in New Issue
Block a user