mirror of
https://github.com/actions/setup-python.git
synced 2025-07-01 15:13:46 +00:00
Build action with cache-hit output
This commit is contained in:
parent
c933f3c50e
commit
fa50ad5388
3 changed files with 25 additions and 14 deletions
|
@ -54,6 +54,7 @@ abstract class CacheDistributor {
|
|||
} else {
|
||||
core.info(`${this.packageManager} cache is not found`);
|
||||
}
|
||||
core.info('cache was hit');
|
||||
core.setOutput('cache-hit', Boolean(matchedKey));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue