mirror of
https://github.com/actions/checkout.git
synced 2025-06-08 00:39:04 +00:00
Add exclude_from_clean
option
This commit is contained in:
parent
85e6279cec
commit
ed2311a594
10 changed files with 45 additions and 12 deletions
|
@ -29,6 +29,11 @@ export interface IGitSourceSettings {
|
|||
*/
|
||||
clean: boolean
|
||||
|
||||
/**
|
||||
* Indicates path to exclude when cleaning
|
||||
*/
|
||||
exclude_from_clean: string
|
||||
|
||||
/**
|
||||
* The filter determining which objects to include
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue