mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +00:00
Remove another trailing comma
This commit is contained in:
parent
453e8d0a40
commit
3be2180eb7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ function getDefaultGlobOptions(includeHiddenFiles: boolean): glob.GlobOptions {
|
||||||
followSymbolicLinks: true,
|
followSymbolicLinks: true,
|
||||||
implicitDescendants: true,
|
implicitDescendants: true,
|
||||||
omitBrokenSymbolicLinks: true,
|
omitBrokenSymbolicLinks: true,
|
||||||
excludeHiddenFiles: !includeHiddenFiles,
|
excludeHiddenFiles: !includeHiddenFiles
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue