Deploy version 3.0.0
This commit is contained in:
19
action.yml
19
action.yml
@@ -1,5 +1,5 @@
|
|||||||
name: "MinIO Cache"
|
name: "MinIO Cache"
|
||||||
description: "Save and restore caches"
|
description: "Save and restore caches via MinIO/S3."
|
||||||
author: "0xMax42"
|
author: "0xMax42"
|
||||||
branding:
|
branding:
|
||||||
icon: "archive"
|
icon: "archive"
|
||||||
@@ -12,16 +12,15 @@ inputs:
|
|||||||
paths:
|
paths:
|
||||||
description: "List of paths to cache"
|
description: "List of paths to cache"
|
||||||
required: true
|
required: true
|
||||||
compression-level:
|
compression_level:
|
||||||
description: "Compression level for the cache. ZStd, eg. 0-6"
|
description: "Compression level for the cache. ZStd, eg. 0-6"
|
||||||
required: false
|
required: false
|
||||||
default: "0"
|
default: "3"
|
||||||
|
|
||||||
outputs:
|
|
||||||
cache-hit:
|
|
||||||
description: "Boolean indicating if an exact match was found for the cache key"
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "node20"
|
using: "composite"
|
||||||
main: "dist/index.js"
|
steps:
|
||||||
post: "dist/index.js"
|
- 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