add compression level input

This commit is contained in:
Rob Herley 2023-11-20 11:08:50 -05:00
parent aa5cae10db
commit 20bcd3b8cb
No known key found for this signature in database
GPG key ID: D1602042C3543B06
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 {