mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-14 20:55:11 +00:00
fix: apply suggestions from code review
Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
This commit is contained in:
parent
173e3715b0
commit
4a7f04a1c2
@ -27,7 +27,7 @@ export const restoreCache = async (cacheDependencyPath?: string) => {
|
|||||||
core.setOutput(Outputs.CacheHit, Boolean(cacheKey));
|
core.setOutput(Outputs.CacheHit, Boolean(cacheKey));
|
||||||
|
|
||||||
if (!cacheKey) {
|
if (!cacheKey) {
|
||||||
core.info('dotnet cache is not found');
|
core.info('Dotnet cache is not found');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user