3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-01-19 02:39:01 +00:00
This commit is contained in:
Stuart Leeks 2025-12-24 18:01:41 +08:00 committed by GitHub
commit 796c7c6d08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 93 additions and 65 deletions

View file

@ -37,6 +37,10 @@ inputs:
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
cache-primary-key:
description: 'A resolved cache key for which cache match was attempted'
cache-matched-key:
description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
runs:
using: 'node24'
main: 'dist/restore/index.js'