Add option reevaluate the key

This commit is contained in:
Matt Johnson-Pint 2022-11-18 14:19:10 -08:00
parent 5c79b3fd6c
commit fa2f4155aa
No known key found for this signature in database
GPG key ID: FC13C394A988CF1D
4 changed files with 45 additions and 6 deletions

View file

@ -2,7 +2,8 @@ export enum Inputs {
Key = "key",
Path = "path",
RestoreKeys = "restore-keys",
UploadChunkSize = "upload-chunk-size"
UploadChunkSize = "upload-chunk-size",
ReevaluateKey = "reevaluate-key"
}
export enum Outputs {