Deploy version 1.0.0

This commit is contained in:
Gitea Actions
2025-04-29 18:50:48 +00:00
parent b5df0ace5d
commit 101c429ce9
2 changed files with 34180 additions and 0 deletions

19
action.yml Normal file
View File

@@ -0,0 +1,19 @@
name: "MinIO Cache"
description: "Save and restore caches via MinIO/S3."
author: "0xMax42"
branding:
icon: "archive"
color: "blue"
inputs:
key:
description: "Unique cache key to identify the cache"
required: true
paths:
description: "List of paths to cache"
required: true
runs:
using: "node20"
main: "dist/index.js"
post: "dist/index.js"

34161
index.js Normal file

File diff suppressed because one or more lines are too long