mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-03 23:13:15 +08:00
minor
This commit is contained in:
2
packages/cache/src/cache.ts
vendored
2
packages/cache/src/cache.ts
vendored
@@ -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