mirror of
https://github.com/actions/toolkit.git
synced 2026-08-13 00:00:44 +02:00
minor
This commit is contained in:
Vendored
+1
-1
@@ -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']
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user