fix: apply suggestions from code review

Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
This commit is contained in:
Nogic 2023-05-29 08:09:11 +09:00 committed by GitHub
parent 173e3715b0
commit 4a7f04a1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }