mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-08-12 08:34:39 +07:00
node_modules: upgrade
This commit is contained in:
8
node_modules/@actions/glob/lib/internal-glob-options.d.ts
generated
vendored
8
node_modules/@actions/glob/lib/internal-glob-options.d.ts
generated
vendored
@ -33,4 +33,12 @@ export interface GlobOptions {
|
||||
* @default true
|
||||
*/
|
||||
omitBrokenSymbolicLinks?: boolean;
|
||||
/**
|
||||
* Indicates whether to exclude hidden files (files and directories starting with a `.`).
|
||||
* This does not apply to Windows files and directories with the hidden attribute unless
|
||||
* they are also prefixed with a `.`.
|
||||
*
|
||||
* @default false
|
||||
*/
|
||||
excludeHiddenFiles?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user