mirror of
https://gitea.com/actions/setup-node.git
synced 2025-07-19 01:48:03 +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