mirror of
https://github.com/actions/cache.git
synced 2025-06-30 13:04:14 +00:00
Merge fa8c252a0b
into 640a1c2554
This commit is contained in:
commit
2825549093
8 changed files with 32 additions and 13 deletions
|
@ -30,6 +30,8 @@ outputs:
|
|||
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'
|
||||
cache-path:
|
||||
description: 'The list of files, directories, and wildcard patterns passed in the input'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: '../dist/restore-only/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue