mirror of
https://github.com/actions/toolkit.git
synced 2026-08-16 00:00:21 +02:00
Refactoring & cleanup
This commit is contained in:
Vendored
+1
-1
@@ -64,7 +64,7 @@ function checkKey(key: string): void {
|
||||
*/
|
||||
|
||||
export function isFeatureAvailable(): boolean {
|
||||
return !!config.getCacheServiceVersion
|
||||
return !!process.env['ACTIONS_CACHE_URL']
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user