Skip to content

Commit aebdad4

Browse files
committed
add a cache delete action
1 parent e1ff8d4 commit aebdad4

File tree

8 files changed

+1195
-5164
lines changed

8 files changed

+1195
-5164
lines changed

action.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# TODO: Modify the following metadata according to the project's specifications.
2-
3-
name: Mkdir Action
4-
author: Alfi Maulana
5-
description: Create a new directory
1+
name: "Delete Blacksmith Cache"
2+
author: Aayush Shah
3+
description: "Deletes a cache or specific cache version from Blacksmith"
64
branding:
75
icon: folder-plus
86
color: black
97
inputs:
10-
path:
11-
description: Path of the directory to create
8+
key:
9+
description: "The cache key to delete"
1210
required: true
11+
version:
12+
description: "Specific version of the cache to delete (optional)"
13+
required: false
1314
runs:
14-
using: node20
15-
main: dist/main.bundle.mjs
15+
using: "node20"
16+
main: "dist/index.js"

dist/index.js

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)