Exclude hidden files by default backport

This commit is contained in:
Ryan Troost 2024-08-22 14:36:56 +00:00 committed by GitHub
parent a8a3f3ad30
commit afc7e4a27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 178 additions and 69 deletions

View file

@ -3,7 +3,8 @@ export enum Inputs {
Name = 'name',
Path = 'path',
IfNoFilesFound = 'if-no-files-found',
RetentionDays = 'retention-days'
RetentionDays = 'retention-days',
IncludeHiddenFiles = 'include-hidden-files'
}
export enum NoFileOptions {