mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-21 17:12:03 +03: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