Skip to content

Commit 3398bf8

Browse files
committed
Add Cache Hit Output
Cache hit was being used as stated in this pr actions#275. However, it was not included in the outputs of the action. It did not cause any mayor issues, but if you were to lint the workflows, then an output not defined error would pop up. This Commit just adds the output to the list. Nothing more
1 parent 5b36705 commit 3398bf8

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)