mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-05-05 05:58:05 +08: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