mirror of
https://code.forgejo.org/actions/cache.git
synced 2026-01-19 02:39:01 +00:00
Merge 783accdc1c into 9255dc7a25
This commit is contained in:
commit
796c7c6d08
10 changed files with 93 additions and 65 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue