mirror of
https://github.com/actions/toolkit.git
synced 2026-08-13 00:00:44 +02:00
Lint errors
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ export function assertDefined<T>(name: string, value?: T): T {
|
||||
}
|
||||
|
||||
export function isFeatureAvailable(): boolean {
|
||||
if (process.env["ACTIONS_CACHE_URL"]) {
|
||||
if (process.env['ACTIONS_CACHE_URL']) {
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user