diff --git a/src/constants.ts b/src/constants.ts index 1a377b1..d5e0953 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,7 +1,7 @@ export enum Inputs { Name = 'name', Path = 'path' - stayGzipped = 'staygzipped' + Dontextract = 'dontextract' } export enum Outputs { DownloadPath = 'download-path'