This commit is contained in:
Mikhail Katychev 2022-02-16 12:34:54 -06:00
commit 2a0db673b7
No known key found for this signature in database
GPG key ID: 9E8549CD2CEB5E59
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
cache-restored:
description: 'A boolean value to indicate an exact or partial match was found resulting in a restore'
description: 'A boolean value to indicate a primary key match was found resulting in a restore'
runs:
using: 'node16'
main: 'dist/restore/index.js'