mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Rename 'input-params' to 'configuration'
This commit is contained in:
@@ -8,7 +8,7 @@ import {generateCacheKey} from './cache-key'
|
||||
import {CacheListener} from './cache-reporting'
|
||||
import {saveCache, restoreCache, cacheDebug, isCacheDebuggingEnabled, tryDelete} from './cache-utils'
|
||||
import {GradleHomeEntryExtractor, ConfigurationCacheEntryExtractor} from './gradle-home-extry-extractor'
|
||||
import {CacheConfig} from '../input-params'
|
||||
import {CacheConfig} from '../configuration'
|
||||
|
||||
const RESTORED_CACHE_KEY_KEY = 'restored-cache-key'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user