mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
info message
This commit is contained in:
parent
4e210ad7a2
commit
8dc7165617
1 changed files with 2 additions and 1 deletions
|
@ -20,11 +20,12 @@ export const restoreCache = async (
|
|||
|
||||
let dependencyFilePath: string
|
||||
try {
|
||||
core.info('Trying to resolve lockfile path.');
|
||||
dependencyFilePath = cacheDependencyPath
|
||||
? cacheDependencyPath
|
||||
: findDependencyFile(packageManagerInfo);
|
||||
} catch (e) {
|
||||
core.info(e);
|
||||
core.info(e.message);
|
||||
core.setOutput(Outputs.CacheHit, false);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue