mirror of
https://kkgithub.com/actions/setup-node.git
synced 2026-01-12 07:55:57 +08:00
change getinput to getstate for cache (#816)
This commit is contained in:
@ -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'
|
||||
|
||||
Reference in New Issue
Block a user