3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2026-05-17 01:35:37 +00:00
This commit is contained in:
Eman Resu 2026-04-17 14:14:21 -05:00 committed by GitHub
commit a847227e6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 32 additions and 13 deletions

View file

@ -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: 'node24'
main: '../dist/restore-only/index.js'