Skip to content

Commit

Permalink
Add Cache Hit Output (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansraliant committed Sep 7, 2022
1 parent aa53851 commit 749e449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Expand Up @@ -66,6 +66,8 @@ outputs:
description: 'Actual version of the java environment that has been installed'
path:
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
main: 'dist/setup/index.js'
Expand Down

0 comments on commit 749e449

Please sign in to comment.