Refactoring & cleanup

This commit is contained in:
Bassem Dghaidi
2024-10-24 06:09:23 -07:00
committed by GitHub
parent 28dbd8ff93
commit 01bf918aa5
4 changed files with 6 additions and 426 deletions

View File

@@ -64,7 +64,7 @@ function checkKey(key: string): void {
*/
export function isFeatureAvailable(): boolean {
return !!config.getCacheServiceVersion
return !!process.env['ACTIONS_CACHE_URL']
}
/**