3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-23 11:55:30 +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: 'Save Cache'
name: 'Save Only Cache'
description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time'
author: 'GitHub'
inputs:
@ -11,9 +11,12 @@ inputs:
upload-chunk-size:
description: 'The chunk size used to split up large files during upload, in bytes'
required: false
matched-key:
description: 'Cache key restored from the restore action'
required: false
runs:
using: 'node16'
main: '../dist/save/index.js'
main: '../dist/save-only/index.js'
branding:
icon: 'archive'
color: 'gray-dark'
color: 'gray-dark'