mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 16:53:57 +08:00
added ts code
This commit is contained in:
parent
73cb7e0405
commit
54f20c8e9b
4 changed files with 10 additions and 1 deletions
|
@ -17,6 +17,8 @@ inputs:
|
|||
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'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/restore/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue