2022-11-25 09:16:56 +00:00
|
|
|
name: 'Save Cache'
|
|
|
|
description: 'Save Cache artifacts like dependencies and build outputs to improve workflow execution time'
|
|
|
|
author: 'GitHub'
|
|
|
|
inputs:
|
|
|
|
path:
|
2022-12-01 08:27:08 +00:00
|
|
|
description: 'A list of files, directories, and wildcard patterns to cache'
|
2022-11-25 09:16:56 +00:00
|
|
|
required: true
|
|
|
|
key:
|
2022-12-01 08:27:08 +00:00
|
|
|
description: 'An explicit key for saving the cache'
|
2022-11-25 09:16:56 +00:00
|
|
|
required: true
|
|
|
|
upload-chunk-size:
|
|
|
|
description: 'The chunk size used to split up large files during upload, in bytes'
|
|
|
|
required: false
|
|
|
|
runs:
|
|
|
|
using: 'node16'
|
|
|
|
main: '../dist/save/index.js'
|
|
|
|
branding:
|
|
|
|
icon: 'archive'
|
|
|
|
color: 'gray-dark'
|