From d5464431b27e231287c52139bde3f3c4e32c5622 Mon Sep 17 00:00:00 2001 From: Richard Herman Date: Wed, 12 Oct 2022 14:08:54 +0100 Subject: [PATCH] Update action info, and bump to node 16 --- action.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 46606c2..48f00ea 100644 --- a/action.yml +++ b/action.yml @@ -4,12 +4,16 @@ inputs: name: description: The name of the artifact to delete; multiple names can be supplied on new lines. required: true + useGlob: + description: Indicates whether the name, or names, should be treated as glob patterns. + required: false + default: 'true' failOnError: description: Indicates whether the action should fail upon encountering an error. required: false - default: true + default: 'true' runs: - using: node12 + using: node16 main: ./dist/index.js branding: icon: trash-2