1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-17 06:34:41 +02:00

added new line

This commit is contained in:
Shubham Tiwari 2022-03-24 15:15:46 +05:30
parent 770facace5
commit 234b8019b9
2 changed files with 2 additions and 2 deletions

View file

@ -271,4 +271,4 @@ test("isCacheFeatureAvailable for ac disabled on dotcom", () => {
delete process.env["GITHUB_SERVER_URL"];
}
});
});

View file

@ -92,4 +92,4 @@ export function isCacheFeatureAvailable(): boolean {
}
return true;
}
}