mirror of
https://github.com/actions/toolkit.git
synced 2026-08-12 00:00:17 +02:00
Port restoreCache to new service
This commit is contained in:
+1
@@ -6,6 +6,7 @@ export function getRuntimeToken(): string {
|
||||
return token
|
||||
}
|
||||
|
||||
// TODO: Use the feature flag to determine the cache service version
|
||||
export function getCacheServiceVersion(): string {
|
||||
return process.env['ACTIONS_CACHE_SERVICE_VERSION'] || 'v1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user