This commit is contained in:
Deepak Dahiya
2022-03-29 22:20:22 +00:00
committed by GitHub
parent a71585a450
commit f05c940e43
2 changed files with 2 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ function checkKey(key: string): void {
* @returns boolean return true if Actions cache service feature is available, otherwise false
*/
export function isFeatureAvailable(): boolean {
export function isFeatureAvailable(): boolean {
return !!process.env['ACTIONS_CACHE_URL']
}