mirror of
https://github.com/actions/checkout.git
synced 2025-12-19 16:48:26 +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:
@@ -68,6 +68,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> {
|
||||
settings.repositoryPath,
|
||||
repositoryUrl,
|
||||
settings.clean,
|
||||
settings.cleanExclude,
|
||||
settings.ref
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user