Skip to content

Add "cache-hit" output

Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 27 Sep 13:12
· 230 commits to main since this release
270253e

This release introduces a new output: cache-hit (#327).

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.