change getinput to getstate for cache (#816)

This commit is contained in:
Dmitry Shibanov 2023-08-10 16:32:24 +02:00 committed by GitHub
parent d82f92a0eb
commit bea5baf987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 62 additions and 32 deletions

View file

@ -5,6 +5,7 @@ export enum LockType {
}
export enum State {
CachePackageManager = 'SETUP_NODE_CACHE_PACKAGE_MANAGER',
CachePrimaryKey = 'CACHE_KEY',
CacheMatchedKey = 'CACHE_RESULT',
CachePaths = 'CACHE_PATHS'