Skip to content

Commit

Permalink
Add Cache Hit Output
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ansraliant committed Aug 23, 2022
1 parent 5b36705 commit 3398bf8
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 3398bf8

Please sign in to comment.