Skip to content

Commit 749e449

Browse files
authored
Add Cache Hit Output (actions#373)
1 parent aa53851 commit 749e449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ outputs:
6666
description: 'Actual version of the java environment that has been installed'
6767
path:
6868
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
69+
cache-hit:
70+
description: 'A boolean value to indicate an exact match was found for the primary key'
6971
runs:
7072
using: 'node16'
7173
main: 'dist/setup/index.js'

0 commit comments

Comments
 (0)