UNPKG
@actions/glob
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Actions glob lib
github.com/actions/toolkit/tree/main/packages/glob
actions/toolkit
@actions/glob
/
lib
/
internal-hash-file-options.d.ts
13 lines
(12 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Options to control globbing behavior */
export
interface
HashFileOptions
{
/** * Indicates whether to follow symbolic links. Generally should set to false * when deleting files. * *
@default
true */
followSymbolicLinks?:
boolean
; }