add compression level input

This commit is contained in:
Rob Herley
2023-11-20 11:08:50 -05:00
parent aa5cae10db
commit 20bcd3b8cb
6 changed files with 81 additions and 16 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',
CompressionLevel = 'compression-level'
}
export enum NoFileOptions {