Deploy version 3.0.0
This commit is contained in:
19
action.yml
19
action.yml
@@ -1,5 +1,5 @@
|
||||
name: "MinIO Cache"
|
||||
description: "Save and restore caches"
|
||||
description: "Save and restore caches via MinIO/S3."
|
||||
author: "0xMax42"
|
||||
branding:
|
||||
icon: "archive"
|
||||
@@ -12,16 +12,15 @@ inputs:
|
||||
paths:
|
||||
description: "List of paths to cache"
|
||||
required: true
|
||||
compression-level:
|
||||
compression_level:
|
||||
description: "Compression level for the cache. ZStd, eg. 0-6"
|
||||
required: false
|
||||
default: "0"
|
||||
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: "Boolean indicating if an exact match was found for the cache key"
|
||||
default: "3"
|
||||
|
||||
runs:
|
||||
using: "node20"
|
||||
main: "dist/index.js"
|
||||
post: "dist/index.js"
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: "Run Action"
|
||||
shell: "bash"
|
||||
run: |
|
||||
./dist/run-amd64
|
||||
|
0
dist/.gitkeep
vendored
Normal file
0
dist/.gitkeep
vendored
Normal file
BIN
dist/run-amd64
vendored
Executable file
BIN
dist/run-amd64
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user