mirror of
https://github.com/actions/toolkit.git
synced 2026-08-25 00:00:27 +02:00
multiple glob patterns (#287)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
export interface IGlobOptions {
|
||||
/**
|
||||
* Options to control globbing behavior
|
||||
*/
|
||||
export interface GlobOptions {
|
||||
/**
|
||||
* Indicates whether to follow symbolic links. Generally should be true
|
||||
* unless deleting files.
|
||||
* Indicates whether to follow symbolic links. Generally should set to false
|
||||
* when deleting files.
|
||||
*
|
||||
* @default true
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user