cache-restore-only

This commit is contained in:
Sergey Dolin 2023-07-25 19:29:37 +02:00
parent db8764c1e2
commit 28cfea2580
6 changed files with 30 additions and 1 deletions

View file

@ -1,6 +1,9 @@
export enum State {
CachePrimaryKey = 'CACHE_KEY',
CacheMatchedKey = 'CACHE_RESULT'
CacheMatchedKey = 'CACHE_RESULT',
CacheRestoreOnly = 'CACHE_RESTORE_ONLY',
True = 'true',
False = 'false'
}
export enum Outputs {