3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-24 12:25:32 +00:00

Fixed test cases

This commit is contained in:
Sankalp Kotewar 2022-12-08 17:39:12 +00:00 committed by GitHub
parent 782b0bd3df
commit 12a1a354bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 122305 additions and 9 deletions

View file

@ -1,4 +1,4 @@
name: 'Restore Cache'
name: 'Restore Only Cache'
description: 'Restore Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub'
inputs:
@ -14,10 +14,13 @@ inputs:
outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
key:
description: 'Key passed in the input to use in subsequent steps of the workflow'
matched-key:
description: 'Cache key restored'
runs:
using: 'node16'
main: '../dist/restore/index.js'
main: '../dist/restore-only/index.js'
branding:
icon: 'archive'
color: 'gray-dark'
color: 'gray-dark'