mirror of
https://gitea.com/actions/upload-artifact.git
synced 2024-11-09 02:05:58 +01: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,
|
||||
implicitDescendants: true,
|
||||
omitBrokenSymbolicLinks: true,
|
||||
excludeHiddenFiles: !includeHiddenFiles,
|
||||
excludeHiddenFiles: !includeHiddenFiles
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue