Add cache-hit to outputs.

This commit is contained in:
Fabio Niephaus 2022-11-18 10:16:58 +01:00
parent 79e8ca0cfa
commit 254814bb57
No known key found for this signature in database
GPG Key ID: F21CF5275F31DFD6

View File

@ -45,6 +45,9 @@ inputs:
required: false
description: 'Post a comment containing a Native Image build report on pull requests.'
default: 'false'
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
main: 'dist/main/index.js'