Files
cache/action.yml
2025-04-30 10:27:02 +00:00

20 lines
411 B
YAML

name: "MinIO Cache"
description: "Save and restore caches, inkl. restore-keys Support."
author: "0xMax42"
branding:
icon: "archive"
color: "blue"
inputs:
keys:
description: "List of cache keys, first is primary key, others are fallbacks"
required: true
paths:
description: "List of paths to cache"
required: true
runs:
using: "node20"
main: "dist/index.js"
post: "dist/index.js"