mirror of
https://github.com/actions/toolkit.git
synced 2026-08-15 00:00:25 +02:00
review comments
This commit is contained in:
-4
@@ -123,7 +123,3 @@ export function assertDefined<T>(name: string, value?: T): T {
|
||||
|
||||
return value
|
||||
}
|
||||
|
||||
export function isFeatureAvailable(): boolean {
|
||||
return !!process.env['ACTIONS_CACHE_URL']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user