1
0
Fork 0
pull/1028/head
Shubham Tiwari 2022-03-24 12:37:32 +05:30
parent a54ac04ab9
commit 77a6cb490e
1 changed files with 2 additions and 2 deletions

View File

@ -128,6 +128,6 @@ export function isFeatureAvailable(): boolean {
if (process.env['ACTIONS_CACHE_URL']) {
return true
}
return false
}
}