Skip to content

Commit d546443

Browse files
committed
Update action info, and bump to node 16
1 parent 424f35a commit d546443

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ inputs:
44
name:
55
description: The name of the artifact to delete; multiple names can be supplied on new lines.
66
required: true
7+
useGlob:
8+
description: Indicates whether the name, or names, should be treated as glob patterns.
9+
required: false
10+
default: 'true'
711
failOnError:
812
description: Indicates whether the action should fail upon encountering an error.
913
required: false
10-
default: true
14+
default: 'true'
1115
runs:
12-
using: node12
16+
using: node16
1317
main: ./dist/index.js
1418
branding:
1519
icon: trash-2

0 commit comments

Comments
 (0)